summaryrefslogtreecommitdiff
path: root/Master/texmf/texconfig/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-07 18:19:31 +0000
committerKarl Berry <karl@freefriends.org>2013-04-07 18:19:31 +0000
commit752012c605d34cd943795527a9738475a6958fcc (patch)
tree4ee06acdd8333a662c2d6f6ef716235053468f55 /Master/texmf/texconfig/README
parent9789d09132f18a838e84f041b4b3aff28d3426ec (diff)
texmf -> texmf-dist: start with unique dirs from texmf
git-svn-id: svn://tug.org/texlive/trunk@29712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texconfig/README')
-rw-r--r--Master/texmf/texconfig/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/Master/texmf/texconfig/README b/Master/texmf/texconfig/README
deleted file mode 100644
index 330771aa4fd..00000000000
--- a/Master/texmf/texconfig/README
+++ /dev/null
@@ -1,23 +0,0 @@
-Thomas Esser, 1999. Public domain.
-
-I hereby put this README file and the files g/generic, v/vt100 and
-x/xterm into the public donain.
-
-The files contained in the subdirectories are provided, because
-texconfig havily relies on a properly installed terminfo system.
-
-Some systems have buggy or touble-causing terminfo files and/or
-a buggy curses library. Therefore, the dialog program provided
-by me is linked against the ncurses library and uses its own
-terminfo files.
-
-Set the variable
-
- DIALOG_TERMINFO to specify an alternate terminfo directory
- (e.g. /usr/lib/terminfo)
-
- DIALOG_TERM to use an alternate configuration file (e.g. xterm)
-
-before starting texconfig.
-
-texconfig sets DIALOG_TERM to generic by default.