diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/texmfmp-help.h | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 9baf69fca0a..8c92d937ed3 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2011-02-08 Karl Berry <karl@tug.org> + + * texmfmp-help.h (MFHELP): -output-dir must be an existing dir. + 2011-01-17 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (triptrap_diffs): Recipe fragment for trip/trap, diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h index 73f02e9a187..f1068a8166a 100644 --- a/Build/source/texk/web2c/texmfmp-help.h +++ b/Build/source/texk/web2c/texmfmp-help.h @@ -226,9 +226,8 @@ const_string MFHELP[] = { "-kpathsea-debug=NUMBER set path searching debugging flags according to", " the bits of NUMBER", "[-no]-mktex=FMT disable/enable mktexFMT generation (FMT=mf)", - "-output-directory=DIR use DIR as the directory to write files to", - "[-no]-parse-first-line disable/enable parsing of the first line of the", - " input file", + "-output-directory=DIR use existing DIR as the directory to write files in", + "[-no]-parse-first-line disable/enable parsing of first line of input file", "-progname=STRING set program (and base) name to STRING", "-recorder enable filename recorder", "-translate-file=TCXNAME use the TCX file TCXNAME", |