From 630f74bb2533b01670bb359f5b49089e4ac90072 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 14 Apr 2015 12:17:33 +0000 Subject: update all mktexlsr scripts to switch back to source version git-svn-id: svn://tug.org/texlive/trunk@36856 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/i386-netbsd/mktexlsr | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'Master/bin/i386-netbsd') diff --git a/Master/bin/i386-netbsd/mktexlsr b/Master/bin/i386-netbsd/mktexlsr index abb5d05b349..3161a5317ec 100755 --- a/Master/bin/i386-netbsd/mktexlsr +++ b/Master/bin/i386-netbsd/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 -# , 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: " +# 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. -- cgit v1.2.3