From 99ebd94045fb45ebcb04f4d78cf78abf75fded8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 12 Apr 2015 16:20:42 +0000 Subject: sync config scripts and files from Build to Master git-svn-id: svn://tug.org/texlive/trunk@36791 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/web2c/mktexupd | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/web2c/mktexupd') diff --git a/Master/texmf-dist/web2c/mktexupd b/Master/texmf-dist/web2c/mktexupd index 1636e683f45..a4938d96eec 100755 --- a/Master/texmf-dist/web2c/mktexupd +++ b/Master/texmf-dist/web2c/mktexupd @@ -3,11 +3,20 @@ # # Primarily written by Thomas Esser, Karl Berry, and Olaf Weber. # Public domain. -# $Id: mktexupd 18383 2010-05-20 18:31:24Z karl $ -version='$Id: mktexupd 18383 2010-05-20 18:31:24Z karl $' +version='$Id: mktexupd 34656 2014-07-18 23:38:50Z karl $' + +# preferentially use subprograms from our own directory. +mydir=`echo "$0" | sed 's,/[^/]*$,,'` +mydir=`cd "$mydir" && pwd` +PATH="$mydir:$PATH"; export PATH + usage="Usage: $0 DIR FILE. - Update the ls-R file with an entry for FILE in DIR." + Update the ls-R file with an entry for FILE in DIR. + +Report bugs to: tex-k@tug.org +TeX Live home page: +" mt_min_args=2 mt_max_args=2 -- cgit v1.2.3