summaryrefslogtreecommitdiff
path: root/Master/bin/x86_64-solaris/mktextfm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-14 22:46:31 +0000
committerKarl Berry <karl@freefriends.org>2015-05-14 22:46:31 +0000
commit1ee321247aa1b6b740e44a83ac872e0caa34abcf (patch)
treef7cfd97f3dc2aa65f19698c56af89406f06c942d /Master/bin/x86_64-solaris/mktextfm
parentcbeca9673e5907e8e7e1d971c55e951616211f3e (diff)
{i386,x86_64}-solaris/tl15
git-svn-id: svn://tug.org/texlive/trunk@37400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-solaris/mktextfm')
-rwxr-xr-xMaster/bin/x86_64-solaris/mktextfm14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/bin/x86_64-solaris/mktextfm b/Master/bin/x86_64-solaris/mktextfm
index bc65668e92e..46e30a9c5dc 100755
--- a/Master/bin/x86_64-solaris/mktextfm
+++ b/Master/bin/x86_64-solaris/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: <http://tug.org/texlive/>
+"
# Handle non-positional options, except for --version/--help
while test $# -gt 0; do