summaryrefslogtreecommitdiff
path: root/Master/bin/x86_64-solaris
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2015-04-14 12:17:33 +0000
committerNorbert Preining <preining@logic.at>2015-04-14 12:17:33 +0000
commit630f74bb2533b01670bb359f5b49089e4ac90072 (patch)
tree4f3b41c0a39fd0427e3b5e7d76307cc72b306e56 /Master/bin/x86_64-solaris
parent74dc26b9584af92ae036e19ded4fa042fb62cbab (diff)
update all mktexlsr scripts to switch back to source version
git-svn-id: svn://tug.org/texlive/trunk@36856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-solaris')
-rwxr-xr-xMaster/bin/x86_64-solaris/mktexlsr15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/bin/x86_64-solaris/mktexlsr b/Master/bin/x86_64-solaris/mktexlsr
index abb5d05b349..3161a5317ec 100755
--- a/Master/bin/x86_64-solaris/mktexlsr
+++ b/Master/bin/x86_64-solaris/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: mktexlsr 31723 2013-09-21 22:43:41Z karl $'
+version='$Id: mktexlsr 36855 2015-04-14 12:15:08Z preining $'
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.