diff options
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r-- | Build/source/texk/web2c/help.h | 40 |
1 files changed, 14 insertions, 26 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index e6888b669d5..da159a9627d 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -100,18 +100,6 @@ const_string DVICOPYHELP[] = { }; #endif /* DVICOPY */ -#ifdef DVITOMP -const_string DVITOMPHELP[] = { - "Usage: dvitomp [OPTION]... DVIFILE[.dvi] [MPXFILE[.mpx]]", - " Translate DVIFILE to the MetaPost MPXFILE.", - " Default MPXFILE is basename of DVIFILE extended with `.mpx'.", - "", - "-help display this help and exit", - "-version output version information and exit", - NULL -}; -#endif /* DVITOMP */ - #ifdef DVITYPE const_string DVITYPEHELP[] = { "Usage: dvitype [OPTION]... DVIFILE[.dvi]", @@ -171,6 +159,20 @@ const_string GFTYPEHELP[] = { }; #endif /* GFTYPE */ +#if defined (LUATANGLE) || defined (LUATANGLEBOOT) +const_string LUATANGLEHELP[] = { + "Usage: luatangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]", + " Tangle WEBFILE with CHANGEFILE into a Pascal program.", + " Default CHANGEFILE is /dev/null;", + " Pascal output goes to the basename of WEBFILE extended with `.p',", + " and a string pool file, if necessary, to the same extended with `.pool'.", + "", + "-help display this help and exit", + "-version output version information and exit", + NULL +}; +#endif /* LUATANGLE */ + #ifdef MFT const_string MFTHELP[] = { "Usage: mft [OPTION]... NAME[.mf|.mp]", @@ -264,20 +266,6 @@ const_string OTANGLEHELP[] = { }; #endif /* OTANGLE */ -#if defined (LUATANGLE) || defined (LUATANGLEBOOT) -const_string LUATANGLEHELP[] = { - "Usage: luatangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]", - " Tangle WEBFILE with CHANGEFILE into a Pascal program.", - " Default CHANGEFILE is /dev/null;", - " Pascal output goes to the basename of WEBFILE extended with `.p',", - " and a string pool file, if necessary, to the same extended with `.pool'.", - "", - "-help display this help and exit", - "-version output version information and exit", - NULL -}; -#endif /* LUATANGLE */ - #ifdef OVF2OVP const_string OVF2OVPHELP[] = { "Usage: ovf2ovp [OPTION]... OVFNAME[.ovf] [OFMNAME[.ofm] [OVPFILE[.ovp]]]", |