summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-12 16:38:32 +0000
committerKarl Berry <karl@freefriends.org>2011-02-12 16:38:32 +0000
commitc4a87401bff527fd569ebf7d7438a3bc497db3e8 (patch)
tree826136cba40f07d3d7e98afe691a37eae9729644 /Build
parent3afd0fb4cf6b2e616a458c6649387a49a306d274 (diff)
-output-dir arg must be an existing dir
git-svn-id: svn://tug.org/texlive/trunk@21377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/texmfmp-help.h5
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",