summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/doc/kpathsea.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-05 02:10:35 +0000
committerKarl Berry <karl@freefriends.org>2009-12-05 02:10:35 +0000
commitf5a7602eb3204207c2c81503763b35f746199c1d (patch)
tree1325eece503d6c10dae7c25a10f1411fed6c1acd /Build/source/texk/kpathsea/doc/kpathsea.texi
parent755f951aa93a0945cf3c36c8283ae2548188fcd7 (diff)
make --mktex=foo actually enable mktexfoo, by setting --must-exist
git-svn-id: svn://tug.org/texlive/trunk@16301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/doc/kpathsea.texi')
-rw-r--r--Build/source/texk/kpathsea/doc/kpathsea.texi19
1 files changed, 10 insertions, 9 deletions
diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi
index 8c2af02124e..df404d10735 100644
--- a/Build/source/texk/kpathsea/doc/kpathsea.texi
+++ b/Build/source/texk/kpathsea/doc/kpathsea.texi
@@ -1178,14 +1178,15 @@ This option and @samp{--path} are mutually exclusive.
After processing the command line, read additional filenames to look up
from standard input.
-@item -mktex=@var{filetype}
-@itemx -no-mktex=@var{filetype}
-@opindex -mktex=@var{filetype}
-@opindex -no-mktex=@var{filetype}
+@item --mktex=@var{filetype}
+@itemx --no-mktex=@var{filetype}
+@opindex --mktex=@var{filetype}
+@opindex --no-mktex=@var{filetype}
Turn on or off the @samp{mktex} script associated with @var{filetype}.
-The only values that make sense for @var{filetype} are @samp{pk},
-@samp{mf}, @samp{tex}, and @samp{tfm}. By default, all are off in
-Kpsewhich. @xref{mktex scripts}.
+Usual values for @var{filetype} are @samp{pk}, @samp{mf}, @samp{tex},
+and @samp{tfm}. By default, all are off in Kpsewhich, even if they
+are enabled for @TeX{}. This option implies setting
+@code{--must-exist}. @xref{mktex scripts}.
@item --mode=@var{string}
@opindex --mode=@var{string}
@@ -1196,8 +1197,8 @@ script arguments}.
@item --must-exist
@opindex --must-exist
Do everything possible to find the files, notably including searching
-the disk. By default, only the @file{ls-R} database is checked, in the
-interest of efficiency.
+the disk and running the @samp{mktex} scripts. By default, only the
+@file{ls-R} database is checked, in the interest of efficiency.
@item --path=@var{string}
@opindex --path=@var{string}