summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/mktexlsr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-18 23:38:50 +0000
committerKarl Berry <karl@freefriends.org>2014-07-18 23:38:50 +0000
commit66ddbb018c1d59c00133a25be6538c5e7a8022e8 (patch)
tree35bf21cd027bf50f96fa6427c653b33106f98e36 /Build/source/texk/kpathsea/mktexlsr
parentd66a478e29bb6753eca65870094236edfcef5b85 (diff)
preferentially use subprograms from our own directory
git-svn-id: svn://tug.org/texlive/trunk@34656 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mktexlsr')
-rwxr-xr-xBuild/source/texk/kpathsea/mktexlsr13
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.