summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-05 18:42:32 +0000
committerKarl Berry <karl@freefriends.org>2007-09-05 18:42:32 +0000
commit69c342d96ceea2d2e0171df6e3e3ed02df418a66 (patch)
tree9c54e873624a3fe713c54f52359d8c8b83e9cbaf
parentfa172301aeabc9a86fc6449f9c83dc2f94d9ded1 (diff)
-output-directory for mf and mp
git-svn-id: svn://tug.org/texlive/trunk@4886 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog5
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index 69b38bd4a30..ac935b13de4 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-05 Karl Berry <karl@tug.org>
+
+ * texmfmp.c (long_options): move output-directory output to be
+ enabled for MF and MP too. From Akira.
+
2007-08-20 Karl Berry <karl@tug.org>
* texmfmp.c (main) [WIN32]: _setmaxstdio(2048), to increase
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index cb4de56493f..09f5f095fae 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -889,7 +889,6 @@ static struct option long_options[]
{ "etex", 0, &etexp, 1 },
#endif /* eTeX || pdfTeX || Aleph */
{ "output-comment", 1, 0, 0 },
- { "output-directory", 1, 0, 0 },
#if defined(pdfTeX)
{ "draftmode", 0, 0, 0 },
{ "output-format", 1, 0, 0 },
@@ -906,6 +905,7 @@ static struct option long_options[]
{ "file-line-error", 0, &filelineerrorstylep, 1 },
{ "no-file-line-error", 0, &filelineerrorstylep, -1 },
{ "jobname", 1, 0, 0 },
+ { "output-directory", 1, 0, 0 },
{ "parse-first-line", 0, &parsefirstlinep, 1 },
{ "no-parse-first-line", 0, &parsefirstlinep, -1 },
{ "translate-file", 1, 0, 0 },