summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-08-15 09:53:11 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2011-08-15 09:53:11 +0000
commit73c5698f2b0b279e6ecb2a486f71dc70ba1d2340 (patch)
tree1d5ff9f786b3f272a52cccdb1bf623582e4fdc64
parent922aa1be0f2f30c7a97afbb95c44a62b54dd4590 (diff)
remove w32tex garbage
git-svn-id: svn://tug.org/texlive/trunk@23564 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/texmfmp-help.h16
2 files changed, 6 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 81714872132..4e8828c8ab8 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * texmfmp-help.h: Remove w32tex garbage.
+
2011-08-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, texmfmem.h, texmfmp.h, texmfmp-help.h,
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h
index 87bd3e4bd72..347621a2703 100644
--- a/Build/source/texk/web2c/texmfmp-help.h
+++ b/Build/source/texk/web2c/texmfmp-help.h
@@ -118,6 +118,7 @@ const_string EPTEXHELP[] = {
"-progname=STRING set program (and fmt) name to STRING",
"-recorder enable filename recorder",
"[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}",
+ "-shell-restricted enable restricted \\write18",
"-src-specials insert source specials into the DVI file",
"-src-specials=WHERE insert source specials in certain places of",
" the DVI file. WHERE is a comma-separated value",
@@ -200,9 +201,6 @@ const_string EUPTEXHELP[] = {
"",
"-etex enable e-TeX extensions",
"-fmt=NAME use NAME instead of program name or %&format.",
-#ifdef WIN32
- "[-no]-guess-input-enc disable/enable to guess input file encoding",
-#endif
"-halt-on-error stop processing at the first error",
"[-no]-file-line-error disable/enable file:line:error style messages",
"-ini be iniptex.",
@@ -223,14 +221,10 @@ const_string EUPTEXHELP[] = {
"-output-comment=STRING use STRING for DVI file comment instead of date",
"-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",
-#ifdef WIN32
- "-proctimes print process times, if possible",
-#endif
"-progname=STRING set program (and fmt) name to STRING",
"-recorder enable filename recorder",
"[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}",
"-shell-restricted enable restricted \\write18",
- "-sjis-terminal always output to stdout and stderr by sjis",
"-src-specials insert source specials into the DVI file",
"-src-specials=WHERE insert source specials in certain places of",
" the DVI file. WHERE is a comma-separated value",
@@ -397,6 +391,7 @@ const_string PTEXHELP[] = {
"-progname=STRING set program (and fmt) name to STRING",
"-recorder enable filename recorder",
"[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}",
+ "-shell-restricted enable restricted \\write18",
"-src-specials insert source specials into the DVI file",
"-src-specials=WHERE insert source specials in certain places of",
" the DVI file. WHERE is a comma-separated value",
@@ -477,9 +472,6 @@ const_string UPTEXHELP[] = {
" : uptex [option] &format texfile",
"",
"-fmt=NAME use NAME instead of program name or %&format.",
-#ifdef WIN32
- "[-no]-guess-input-enc disable/enable to guess input file encoding",
-#endif
"-halt-on-error stop processing at the first error",
"[-no]-file-line-error disable/enable file:line:error style messages",
"-ini be iniptex.",
@@ -500,14 +492,10 @@ const_string UPTEXHELP[] = {
"-output-comment=STRING use STRING for DVI file comment instead of date",
"-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",
-#ifdef WIN32
- "-proctimes print process times, if possible",
-#endif
"-progname=STRING set program (and fmt) name to STRING",
"-recorder enable filename recorder",
"[-no]-shell-escape disable/enable \\write18{SHELL COMMAND}",
"-shell-restricted enable restricted \\write18",
- "-sjis-terminal always output to stdout and stderr by sjis",
"-src-specials insert source specials into the DVI file",
"-src-specials=WHERE insert source specials in certain places of",
" the DVI file. WHERE is a comma-separated value",