summaryrefslogtreecommitdiff
path: root/Master/bin/i386-linux/updmap
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/i386-linux/updmap')
-rwxr-xr-xMaster/bin/i386-linux/updmap18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/bin/i386-linux/updmap b/Master/bin/i386-linux/updmap
index 723bde70a02..2483052a7de 100755
--- a/Master/bin/i386-linux/updmap
+++ b/Master/bin/i386-linux/updmap
@@ -1,10 +1,11 @@
#!/bin/sh
-# updmap: utility to maintain map files for outline fonts.
-# Thomas Esser. Public domain.
+# updmap - utility to maintain map files for outline fonts.
+# Public domain. Originally written by Thomas Esser.
# Run with --help for usage.
###############################################################################
# program history:
+# further changes in texk/tetex/ChangeLog.
# Sun May 25 21:05:32 CEST 2008 (Reinhard Kotucha)
# add function symlink_or_copy needed by tl-portable.
# Post-te retirement, now maintained in TeX Live; see
@@ -94,7 +95,7 @@ export PATH
test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
# the version string
-version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $'
+version='$Id: updmap 17423 2010-03-11 17:53:34Z karl $'
#
###############################################################################
@@ -104,7 +105,8 @@ version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $'
help()
{
cat <<eof
-Usage: updmap [OPTION]... [COMMAND]...
+$version
+Usage: updmap [OPTION]... [COMMAND]...
Update the default font map files used by pdftex, dvips, and dvipdfm, as
determined by updmap.cfg (the one returned by running "kpsewhich
@@ -159,11 +161,13 @@ written, run updmap -n.
For step-by-step instructions on making new fonts known to TeX, see
http://tug.org/fonts/fontinstall.html.
-Report bugs to <tex-k@tug.org>.
+Report bugs to: tex-k@tug.org
+TeX Live home page: <http://tug.org/texlive/>
eof
(exit 0); exit
}
+#
###############################################################################
# verboseMsg(msg)
# print `msg' to stderr is $verbose is true
@@ -899,7 +903,7 @@ setupCfgFile()
case "$cnfFile" in
"") cnfFile=`locateWeb2c $cnfFileShort`
case "$cnfFile" in
- "") abort "config file $cnfFileShort not found"
+ "") abort "config file $cnfFileShort not found (ls-R missing?)"
esac;;
esac
setupLog
@@ -1008,7 +1012,7 @@ processOptions()
--help|-help|-h)
help;;
--version)
- echo "$progname version $version."; (exit 0); exit 0;;
+ echo "$progname version $version"; (exit 0); exit 0;;
"") break;;
*) abort "$progname: unknown option \`$1'. Try $progname --help for help";;
esac