summaryrefslogtreecommitdiff
path: root/Master/bin/i386-freebsd/updmap
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-20 23:38:26 +0000
committerKarl Berry <karl@freefriends.org>2010-05-20 23:38:26 +0000
commit9bdafd26fd4744b59721d3d8d1b1db65bd10a079 (patch)
treef6ecb97119010e4946a519e5f56975c8337839ac /Master/bin/i386-freebsd/updmap
parent2591150f5320e3a6648349aaf5471c47439a9f1e (diff)
i386-freebsd 2010 pretest 1 (koch)
git-svn-id: svn://tug.org/texlive/trunk@18388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-freebsd/updmap')
-rwxr-xr-xMaster/bin/i386-freebsd/updmap18
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/bin/i386-freebsd/updmap b/Master/bin/i386-freebsd/updmap
index 723bde70a02..2483052a7de 100755
--- a/Master/bin/i386-freebsd/updmap
+++ b/Master/bin/i386-freebsd/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