summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/web2c/mktexnam
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/web2c/mktexnam')
-rwxr-xr-xMaster/texmf-dist/web2c/mktexnam14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/web2c/mktexnam b/Master/texmf-dist/web2c/mktexnam
index e8956624118..7751f53ffd1 100755
--- a/Master/texmf-dist/web2c/mktexnam
+++ b/Master/texmf-dist/web2c/mktexnam
@@ -3,9 +3,19 @@
# Primarily written by Thomas Esser, Karl Berry, and Olaf Weber.
# Public domain.
-version='$Id: mktexnam 16497 2009-12-24 18:38:47Z karl $'
+version='$Id: mktexnam 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 NAME [DPI MODE] [DESTDIR].
- Output the PK, TFM, and MF names for a font NAME."
+ Output the PK, TFM, and MF names for a font NAME.
+
+Report bugs to: tex-k@tug.org
+TeX Live home page: <http://tug.org/texlive/>
+"
mt_max_args=4
# Common code for all scripts.