summaryrefslogtreecommitdiff
path: root/Master/bin/x86_64-linux/updmap
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-19 23:34:03 +0000
committerKarl Berry <karl@freefriends.org>2010-05-19 23:34:03 +0000
commit0282d180ed9d4d2b56ccb3ccc8bc9ae717085781 (patch)
treef46fe883b821a6b41f0cda659ba52f81d013fdb9 /Master/bin/x86_64-linux/updmap
parent629399f4ab71ff2cf29666e49539d98ff74bc1c3 (diff)
x86_64-linux pretest1 update (from peb)
git-svn-id: svn://tug.org/texlive/trunk@18365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux/updmap')
-rwxr-xr-xMaster/bin/x86_64-linux/updmap18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/bin/x86_64-linux/updmap b/Master/bin/x86_64-linux/updmap
index 723bde70a02..2483052a7de 100755
--- a/Master/bin/x86_64-linux/updmap
+++ b/Master/bin/x86_64-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