summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-23 17:09:15 +0000
committerKarl Berry <karl@freefriends.org>2009-07-23 17:09:15 +0000
commitbdf02975c90511ea5dbf88a4868e9175ff780def (patch)
tree0ad8aefe121c638781c6b48ab7ab74cd9af63176 /Build
parent56a94f1436e42757a92f7895a15850b1663d85d2 (diff)
update help msgs
git-svn-id: svn://tug.org/texlive/trunk@14402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog2
-rwxr-xr-xBuild/source/texk/kpathsea/mktexlsr12
-rw-r--r--Build/source/texk/tetex/ChangeLog4
-rwxr-xr-xBuild/source/texk/tetex/updmap24
4 files changed, 29 insertions, 13 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 8195891fc6b..1420cb9256d 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,5 +1,7 @@
2009-07-23 Karl Berry <karl@tug.org>
+ * mktexlsr: update help msg.
+
* texmf.cnf (shell_escape_commands): remove tex programs (too
dangerous?), add other indexing programs, change pdfcrop to
rpdfcrop, convert to imgconvert.
diff --git a/Build/source/texk/kpathsea/mktexlsr b/Build/source/texk/kpathsea/mktexlsr
index b590ce505c0..e31e09ce86a 100755
--- a/Build/source/texk/kpathsea/mktexlsr
+++ b/Build/source/texk/kpathsea/mktexlsr
@@ -13,11 +13,12 @@
version='$Id$'
progname=`echo $0 | sed 's%.*/%%'`
-usage="Usage: $progname [DIR]...
+usage="Usage: $progname [OPTION]... [DIR]...
-Rebuild ls-R filename databases. If one or more arguments DIRS are
-given, these are used as the directories in which to build ls-R. Else
-all directories in the search path for ls-R files (\$TEXMFDBS) are used.
+Rebuild ls-R filename databases used by TeX. If one or more arguments
+DIRS are given, these are used as the directories in which to build
+ls-R. Else all directories in the search path for ls-R files
+(\$TEXMFDBS) are used.
Options:
--dry-run do not actually update anything
@@ -29,6 +30,9 @@ Options:
If standard input is a terminal, --verbose is on by default.
+For more information, see the &lsquo;Filename database&rsquo; section of
+Kpathsea manual available at http://tug.org/kpathsea.
+
Report bugs to tex-k@tug.org.
"
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog
index edb9b75661d..136175444be 100644
--- a/Build/source/texk/tetex/ChangeLog
+++ b/Build/source/texk/tetex/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23 Karl Berry <karl@tug.org>
+
+ * updmap (help): mention tug.org/fonts/fontinstall.html.
+
2009-06-23 Karl Berry <karl@tug.org>
* Makefile.am (run_texlinks): add -e "$(EXEEXT)".
diff --git a/Build/source/texk/tetex/updmap b/Build/source/texk/tetex/updmap
index a71378a01bc..eef4beded73 100755
--- a/Build/source/texk/tetex/updmap
+++ b/Build/source/texk/tetex/updmap
@@ -94,8 +94,7 @@ export PATH
test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
# the version string
-version=1211742332 # seconds since `00:00:00 1970-01-01 UTC'
- # date '+%s' (with GNU date)
+version='$Id$'
#
###############################################################################
@@ -108,11 +107,14 @@ help()
Usage: updmap [OPTION]... [COMMAND]...
Update the default font map files used by pdftex, dvips, and dvipdfm, as
-determined by updmap.cfg. Among other things, these font map files are
-used to determine which fonts should be found as bitmaps and which as
-outlines, and to determine which fonts are included in the output.
+determined by updmap.cfg (the one returned by running "kpsewhich
+updmap.cfg").
-By default, the filename database is also rebuilt (with mktexlsr).
+Among other things, these font map files are used to determine which
+fonts should be used as bitmaps and which as outlines, and to determine
+which fonts are included in the output.
+
+By default, the TeX filename database is also rebuilt (with mktexlsr).
Valid options:
--cnffile FILE read FILE for the updmap configuration
@@ -134,9 +136,10 @@ Valid commands:
dvipsPreferOutline LW35 dvipsDownloadBase35
pdftexDownloadBase14 dvipdfmDownloadBase14
--setoption OPTION=VALUE see above, just different syntax
- --enable MAPTYPE MAPFILE add MAPFILE as a MAPTYPE, one of: Map MixedMap
- --enable Map=MAPFILE add MAPFILE as a Map
- --enable MixedMap=MAPFILE add or enable MAPFILE as a MixedMap
+ --enable MAPTYPE MAPFILE add "MAPTYPE MAPFILE" to updmap.cfg,
+ where MAPTYPE is either Map or MixedMap
+ --enable Map=MAPFILE add "Map MAPFILE" to updmap.cfg
+ --enable MixedMap=MAPFILE add "MixedMap MAPFILE" to updmap.cfg
--disable MAPFILE disable MAPFILE, whether Map or MixedMap
--syncwithtrees entries with unavailable map files will be
disabled in the config file
@@ -153,6 +156,9 @@ fonts that are available as both Type 1 and Metafont.
To see the precise locations of the various files that will be read and
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>.
eof
(exit 0); exit