diff options
Diffstat (limited to 'Build/source/texk/kpathsea/mktexlsr')
-rwxr-xr-x | Build/source/texk/kpathsea/mktexlsr | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/mktexlsr b/Build/source/texk/kpathsea/mktexlsr index 8b00d0fc710..8d4a38018f9 100755 --- a/Build/source/texk/kpathsea/mktexlsr +++ b/Build/source/texk/kpathsea/mktexlsr @@ -7,12 +7,12 @@ # Suitable for calling from cron, as in: # 0 * * * * cd /your/texmf/root && /usr/local/texlive/bin/mktexlsr # -# Originally written as `texhash' by Thomas Esser -# <te@dbs.uni-hannover.de>, Okt., 1994. +# Originally written as `texhash' by Thomas Esser, Okt., 1994. # Public domain. version='$Id$' progname=`echo $0 | sed 's%.*/%%'` + usage="Usage: $progname [OPTION]... [DIR]... Rebuild ls-R filename databases used by TeX. If one or more arguments @@ -33,9 +33,16 @@ 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. +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> " +# The simple PATH-prepending approach we take in other scripts doesn't +# handle DOS/Windows, but we don't use the shell scripts on Windows +# anyway, and does anyone want current TL on DOS or DJGPP? Maybe they +# can maintain their own changes if so. Leaving this code though, since +# it's always been here ... + # MS-DOS and MS-Windows define $COMSPEC or $ComSpec and use `;' to separate # directories in path lists whereas Unix uses `:'. Make an exception for # Cygwin, which pretends to be UNIX. |