From 79e7bb86bd86c2511eb5bbe6207f6ca05aeab7e6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Apr 2015 22:44:34 +0000 Subject: netbsd, tl15 pretest git-svn-id: svn://tug.org/texlive/trunk@36879 c570f23f-e606-0410-a88d-b1316a301751 --- Master/bin/amd64-netbsd/mktextfm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'Master/bin/amd64-netbsd/mktextfm') diff --git a/Master/bin/amd64-netbsd/mktextfm b/Master/bin/amd64-netbsd/mktextfm index bc65668e92e..46e30a9c5dc 100755 --- a/Master/bin/amd64-netbsd/mktextfm +++ b/Master/bin/amd64-netbsd/mktextfm @@ -7,13 +7,23 @@ # Primarily written by Thomas Esser, Karl Berry, and Olaf Weber. # Public domain. -version='$Id: mktextfm 16497 2009-12-24 18:38:47Z karl $' +version='$Id: mktextfm 34656 2014-07-18 23:38:50Z karl $' progname=`echo $0 | sed 's%.*/%%'` + +# preferentially use subprograms from our own directory. +mydir=`echo "$0" | sed 's,/[^/]*$,,'` +mydir=`cd "$mydir" && pwd` +PATH="$mydir:$PATH"; export PATH + usage="Usage: $progname [--destdir DESTDIR] FONT. Makes a TFM file for FONT, if possible. Use DESTDIR for the root of where to install into, either the absolute directory name to use (if it starts -with a /) or relative to the default DESTDIR (if not)." +with a /) or relative to the default DESTDIR (if not). + +Report bugs to: tex-k@tug.org +TeX Live home page: +" # Handle non-positional options, except for --version/--help while test $# -gt 0; do -- cgit v1.2.3