summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp-help.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-28 17:39:16 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-28 17:39:16 +0000
commita1adee09806786e13862d0d7e85d98f8aece288c (patch)
treeb343d2622cbb1ffc69b77dbe05745c7147f531ac /Build/source/texk/web2c/texmfmp-help.h
parent1c879e18654937513082044a1b32f6065571b9db (diff)
build system: remove Web2C support for mpost and dvitomp
git-svn-id: svn://tug.org/texlive/trunk@13509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/texmfmp-help.h')
-rw-r--r--Build/source/texk/web2c/texmfmp-help.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/Build/source/texk/web2c/texmfmp-help.h b/Build/source/texk/web2c/texmfmp-help.h
index de6b6b1296f..6097ad4be17 100644
--- a/Build/source/texk/web2c/texmfmp-help.h
+++ b/Build/source/texk/web2c/texmfmp-help.h
@@ -244,53 +244,6 @@ const_string MFHELP[] = {
};
#endif /* MF */
-#ifdef MP
-const_string MPHELP[] = {
- "Usage: mpost [OPTION]... [MPNAME[.mp]] [COMMANDS]",
- " or: mpost [OPTION]... \\FIRST-LINE",
- " or: mpost [OPTION]... &MEM ARGS",
- " Run MetaPost on MPNAME, usually creating MPNAME.NNN (and perhaps",
- " MPNAME.tfm), where NNN are the character numbers generated.",
- " Any remaining COMMANDS are processed as MetaPost input,",
- " after MPNAME is read.",
- " If the first line of MPNAME is %&MEM, and MEM is an existing .mem file,",
- " use it. Else use `NAME.mem', where NAME is the program invocation name,",
- " most commonly `mpost'.",
- "",
- " Alternatively, if the first non-option argument begins with a backslash,",
- " interpret all non-option arguments as a line of MetaPost input.",
- "",
- " Alternatively, if the first non-option argument begins with a &, the",
- " next word is taken as the MEM to read, overriding all else. Any",
- " remaining arguments are processed as above.",
- "",
- " If no arguments or options are specified, prompt for input.",
- "",
- "[-no]-file-line-error disable/enable file:line:error style messages",
- "-halt-on-error stop processing at the first error",
- "-ini be inimpost, for dumping mems; this is implicitly",
- " true if the program name is `inimpost'",
- "-interaction=STRING set interaction mode (STRING=batchmode/nonstopmode/",
- " scrollmode/errorstopmode)",
- "-jobname=STRING set the job name to STRING",
- "-kpathsea-debug=NUMBER set path searching debugging flags according to",
- " the bits of NUMBER",
- "-mem=MEMNAME use MEMNAME instead of program name or a %& line",
- "-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",
- "-progname=STRING set program (and mem) name to STRING",
- "-recorder enable filename recorder",
- "-tex=TEXPROGRAM use TEXPROGRAM for text labels.",
- "-translate-file=TCXNAME use the TCX file TCXNAME",
- "-8bit make all characters printable by default",
- "-T, -troff set the prologues variable, use `makempx -troff'",
- "-help display this help and exit",
- "-version output version information and exit",
- NULL
-};
-#endif /* MP */
-
#ifdef pdfTeX
const_string PDFTEXHELP[] = {
"Usage: pdftex [OPTION]... [TEXNAME[.tex]] [COMMANDS]",