diff options
Diffstat (limited to 'Master/bin/i386-cygwin/mktexlsr')
-rwxr-xr-x | Master/bin/i386-cygwin/mktexlsr | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/bin/i386-cygwin/mktexlsr b/Master/bin/i386-cygwin/mktexlsr index 2c4ac96f3dd..77aa99e0042 100755 --- a/Master/bin/i386-cygwin/mktexlsr +++ b/Master/bin/i386-cygwin/mktexlsr @@ -11,13 +11,14 @@ # <te@dbs.uni-hannover.de>, Okt., 1994. # Public domain. -version='$Id: mktexlsr 9164 2008-07-02 17:42:11Z karl $' +version='$Id: mktexlsr 14402 2009-07-23 17:09:15Z karl $' progname=`echo $0 | sed 's%.*/%%'` -usage="Usage: $progname [DIR]... +usage="Usage: $progname [OPTION]... [DIR]... -Rebuild ls-R filename databases. If one or more arguments DIRS are -given, these are used as the directories in which to build ls-R. Else -all directories in the search path for ls-R files (\$TEXMFDBS) are used. +Rebuild ls-R filename databases used by TeX. If one or more arguments +DIRS are given, these are used as the directories in which to build +ls-R. Else all directories in the search path for ls-R files +(\$TEXMFDBS) are used. Options: --dry-run do not actually update anything @@ -29,6 +30,9 @@ Options: If standard input is a terminal, --verbose is on by default. +For more information, see the ‘Filename database’ section of +Kpathsea manual available at http://tug.org/kpathsea. + Report bugs to tex-k@tug.org. " |