summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-23 18:43:28 +0000
committerKarl Berry <karl@freefriends.org>2009-07-23 18:43:28 +0000
commite007b53419957eab74a9ff84c15b1f68b2b0942f (patch)
tree04c50f7f5f2183d23e4b98148d3838b41b59a3c3 /Build
parent76eab76da7ae46740267ca8e9e665bed1b9753e0 (diff)
eradicate newer, dmp, makempx, and mpto, subprograms of mpost which are no longer created or installed
git-svn-id: svn://tug.org/texlive/trunk@14410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/doc/web2c.info509
-rw-r--r--Build/source/texk/web2c/doc/web2c.texi339
-rw-r--r--Build/source/texk/web2c/man/Makefile.am5
-rw-r--r--Build/source/texk/web2c/man/Makefile.in10
-rw-r--r--Build/source/texk/web2c/man/dmp.man60
-rw-r--r--Build/source/texk/web2c/man/makempx.man89
-rw-r--r--Build/source/texk/web2c/man/mpto.man68
-rw-r--r--Build/source/texk/web2c/man/newer.man41
8 files changed, 109 insertions, 1012 deletions
diff --git a/Build/source/texk/web2c/doc/web2c.info b/Build/source/texk/web2c/doc/web2c.info
index 99460a8d1f0..708cb6e1ad1 100644
--- a/Build/source/texk/web2c/doc/web2c.info
+++ b/Build/source/texk/web2c/doc/web2c.info
@@ -1,4 +1,5 @@
-This is web2c.info, produced by makeinfo version 4.13 from web2c.texi.
+This is ../../../../texk/web2c/doc/web2c.info, produced by makeinfo
+version 4.13 from ../../../../texk/web2c/doc/web2c.texi.
INFO-DIR-SECTION TeX
START-INFO-DIR-ENTRY
@@ -7,20 +8,16 @@ END-INFO-DIR-ENTRY
INFO-DIR-SECTION Individual utilities
START-INFO-DIR-ENTRY
* bibtex: (web2c)bibtex invocation. Maintaining bibliographies.
-* dmp: (web2c)dmp invocation. Troff->MPX (MetaPost pictures).
* dvicopy: (web2c)dvicopy invocation. Virtual font expansion
* dvitomp: (web2c)dvitomp invocation. DVI to MPX (MetaPost pictures).
* dvitype: (web2c)dvitype invocation. DVI to human-readable text.
* gftodvi: (web2c)gftodvi invocation. Generic font proofsheets.
* gftopk: (web2c)gftopk invocation. Generic to packed fonts.
* gftype: (web2c)gftype invocation. GF to human-readable text.
-* makempx: (web2c)makempx invocation. MetaPost label typesetting.
* mf: (web2c)mf invocation. Creating typeface families.
* mft: (web2c)mft invocation. Prettyprinting Metafont source.
* mltex: (web2c)MLTeX. Multi-lingual TeX.
* mpost: (web2c)mpost invocation. Creating technical diagrams.
-* mpto: (web2c)mpto invocation. MetaPost label extraction.
-* newer: (web2c)newer invocation. Compare modification times.
* patgen: (web2c)patgen invocation. Creating hyphenation patterns.
* pktogf: (web2c)pktogf invocation. Packed to generic fonts.
* pktype: (web2c)pktype invocation. PK to human-readable text.
@@ -62,7 +59,7 @@ Web2c
This document describes how to install and use the programs in the Web2c
implementation of the TeX system, especially for Unix systems. It
-corresponds to Web2c version 2009, released in June 2009.
+corresponds to Web2c version 2009, released in July 2009.
* Menu:
@@ -86,7 +83,7 @@ File: web2c.info, Node: Introduction, Next: Installation, Prev: Top, Up: Top
1 Introduction
**************
-This manual corresponds to version 2009 of Web2c, released in June 2009.
+This manual corresponds to version 2009 of Web2c, released in July 2009.
"Web2c" is the name of a TeX implementation, originally for Unix,
but now also running under DOS, Amiga, and other operating systems. By
@@ -2053,11 +2050,7 @@ supported) and a number of other subsidiary programs, described below.
* mpost invocation:: Invoking MetaPost.
* Initial MetaPost:: Making mems.
-* makempx invocation:: Create MPX files for labels.
* dvitomp invocation:: DVI-to-MPX translation.
-* dmp invocation:: Ditroff-to-MPX translation.
-* mpto invocation:: Extracting labels from MetaPost programs.
-* newer invocation:: Is one file newer than another?

File: web2c.info, Node: mpost invocation, Next: Initial MetaPost, Up: MetaPost
@@ -2111,17 +2104,15 @@ with any other PostScript figures. For example, with this TeX command:
The MetaPost construct
btex ... TEX-INPUT ... etex
- calls MakeMPX to generate a MPX file containing a MetaPost picture
-expression corresponding to TEX-INPUT (*note makempx invocation::).
+ generates a MetaPost picture expression corresponding to TEX-INPUT.
The construct
verbatimtex ... TEX-INPUT ... etex
- simply passes the TEX-INPUT through to MakeMPX and thus to TeX. For
-example, if you are using LaTeX, your MetaPost input file must start
-with a `verbatimtex' block that gives the necessary `\documentclass'
-(or `\documentstyle') `\begin{document}' command. You will also need
-to set the enviroment variable `TEX' to `latex' (*note makempx
-invocation::).
+ simply passes the TEX-INPUT through to TeX. For example, if you are
+using LaTeX, your MetaPost input file must start with a `verbatimtex'
+block that gives the necessary `\documentclass' (or `\documentstyle')
+`\begin{document}' command. You will also need to set the enviroment
+variable `TEX' to `latex'.
TEX-INPUT need not be specifically TeX input; it could also be
Troff. In that case, you will need the `-m pictures' Troff macro
@@ -2129,9 +2120,6 @@ package (unfortunately absent from many Troff implementations), or an
equivalent such as the `-m pspic' macros from GNU groff described in
grops(1).
- Other typesetters can be supported with no change to MetaPost itself;
-only MakeMPX needs to be updated.
-
Naturally, you must use fonts that are supported by the typesetter;
specifically, you'll probably want to use standard PostScript fonts with
Troff. And only the TeX system understands Computer Modern or other
@@ -2176,8 +2164,7 @@ opens a security hole. *Note tex invocation::.
`-T'
`-troff'
- Set the `prologues' internal variable to `1', and use `makempx
- -troff' to generate MPX files.
+ Set the `prologues' internal variable to `1'.
`-tex=TEXPROGRAM'
When this option is given, the program TEXPROGRAM is used to
@@ -2185,7 +2172,7 @@ opens a security hole. *Note tex invocation::.

-File: web2c.info, Node: Initial MetaPost, Next: makempx invocation, Prev: mpost invocation, Up: MetaPost
+File: web2c.info, Node: Initial MetaPost, Next: dvitomp invocation, Prev: mpost invocation, Up: MetaPost
6.2 Initial MetaPost
====================
@@ -2223,113 +2210,13 @@ page for MetaFun, other MetaPost-related things, and lots more from
Pragma: `http://www.pragma-ade.com/'.

-File: web2c.info, Node: makempx invocation, Next: dvitomp invocation, Prev: Initial MetaPost, Up: MetaPost
-
-6.3 MakeMPX: Support MetaPost labels
-====================================
-
-In MetaPost, labels can be typeset using any document processor; the
-Web2c implementation supports TeX and Troff. MakeMPX translates the
-labels from the typesetting language back into low-level MetaPost
-commands in a so-called "mpx file", so text can be manipulated like
-other graphic objects. It is invoked automatically by MetaPost.
-Synopsis:
-
- makempx [-troff] MPFILE MPXFILE
-
-The input comes from MPFILE (no path searching is done), and the output
-goes to MPXFILE. However, if the file MPXFILE already exists, and is
-newer than MPFILE, then nothing is done (presumably the file is
-up-to-date).
-
- Otherwise:
- 1. MPto is run to extract the label text from the MetaPost source
- file MPFILE (*note mpto invocation::).
-
- 2. The typesetting program itself is run, either TeX or Troff (see
- below). If TeX, and the file named by the `MPTEXPRE' environment
- variable exists (`mptexpre.tex' by default), that file is
- prepended to the input from the MetaPost file.
-
- 3. The typesetter output (a DVI file in the case of TeX, Ditroff
- output for Troff) is translated back to MetaPost, by DVItoMP
- (*note dvitomp invocation::) or DMP (*note dmp invocation::)
- respectively.
-
- If any of the above steps fail, for example if there was a
-typesetting mistake in the original MPFILE, output may be left in files
-named `mpxerr.{log,tex,dvi}' (TeX) or `mpxerr{,.t}' (Troff), so you can
-diagnose the problem.
-
- The `-troff' option to MPto selects the Troff commands, rather than
-TeX. MetaPost supplies this automatically if the `-T' or `-troff'
-option was specified to MetaPost.
-
- The MPX file created by MakeMPX is a sequence of MetaPost picture
-expressions, one for every label in the original MetaPost input file.
-
- The names of the commands run by MakeMPX, and the directory added to
-the shell search `PATH' for the commands' location, are overridden by
-environment variables. Here is a list:
-
-`MAKEMPX_BINDIR'
- The directory added to the `PATH'. Default is the `$(bindir)'
- Make directory, which in turn is set from the configure-time
- `--bindir', `--exec-prefix' and `--prefix' options; if nothing
- else is specified, the default is file `/usr/local'.
-
-`NEWER'
- The command run to determine if MPXFILE is out of date with respect
- to MPFILE; default is `newer'.
-
-`MPTOTEX'
- The command run to extract MetaPost labels in TeX format; default
- is `mpto -tex'.
-
-`MPTOTR'
- Likewise, for Troff; default is `mpto -troff'.
-
-`DVITOMP'
- The command run to convert TeX output back to MetaPost; default is
- `dvitomp'.
-
-`DMP'
- Likewise, for Troff; default is `dmp'.
-
-`TEX'
- The command run to typeset the labels in TeX; the default is
- `etex', set in `texmf.cnf'. If you use LaTeX, set this to
- `latex', and supply an appropriate `verbatimtex' header in the MP
- source (*note mpost invocation::). Or put `%&latex' as the first
- line of your LaTeX source.
-
-`TROFF'
- Likewise, for Troff; default is `'eqn -d\$\$ | troff -Tpost''. You
- may need to replace `-Tpost' by `-TTERM', where TERM is the
- PostScript device name for your Troff implementation, e.g., `ps'
- or `psc'; see troff(1).
-
- If you change this, you will also need to set the `TRFONTS'
- environment variable or configuration value to point to the
- appropriate font directory, traditionally `/usr/lib/font/devTERM'.
-
- One more complication is whether the troff programs have a `g'
- prefix. On Windows, TeX Live supports both ways: `makempx.exe' is
- built to use `gsoelim.exe', `geqn.exe', and `gtroff.exe', while
- `makempx-without-g-prefix.exe' is built to use `soelim.exe',
- `eqn.exe', and `troff.exe'. MetaPost users on Windows using troff
- for their labels should arrange to run the proper binary.
-
-
-
-File: web2c.info, Node: dvitomp invocation, Next: dmp invocation, Prev: makempx invocation, Up: MetaPost
+File: web2c.info, Node: dvitomp invocation, Prev: Initial MetaPost, Up: MetaPost
-6.4 DVItoMP: DVI to MPX conversion
+6.3 DVItoMP: DVI to MPX conversion
==================================
DVItoMP converts DVI files into low-level MetaPost commands in a
-so-called MPX file. This program is generally invoked only by MakeMPX
-(*note makempx invocation::). Synopsis:
+so-called MPX file. Synopsis:
dvitomp DVIFILE[.dvi] [MPXFILE[.mpx]]
@@ -2343,148 +2230,6 @@ NAME' and `color pop', outputting them as `withcolor' MetaPost commands.
The only options are `-help' and `-version' (*note Common options::).

-File: web2c.info, Node: dmp invocation, Next: mpto invocation, Prev: dvitomp invocation, Up: MetaPost
-
-6.5 DMP: Ditroff to MPX conversion
-==================================
-
-DMP converts device-independent Troff (ditroff) output files into
-low-level MetaPost commands in a so-called MPX file. This program is
-generally invoked by MakeMPX (*note makempx invocation::). Synopsis:
-
- dmp [DITROFF-FILE [MPXFILE]]
-
-If DITROFF-FILE is not specified, input comes from standard input; and
-if MPXFILE is not specified, output goes to standard output.
-
- DMP was written to process the output of a Troff pipeline fed the
-output of `mpto -troff' (*note mpto invocation::). DMP understands all
-the `DC' graphics functions that `dpost' does, but it ignores `x X'
-device control functions such as `x X SetColor:...', `x X BeginPath:',
-and `x X DrawPath:...'.
-
- The available font names are defined in the support file
-`trfonts.map', which DMP looks for along the `MPSUPPORT' path.
-
- Another support file `trchars.adj', also looked for along the
-`MPSUPPORT' path, contains a character adjustment table which should
-reflect the shift amounts found in the standard PostScript prologue for
-Troff and dpost found in the `TRFONTS' directory. Such an adjustment
-table is unnecessary for some Troff implementations, in which case
-`trchars.adj' should be replaced by an empty file--but it must still
-exist.
-
- DMP was written for one particular Troff implementation, and it
-unfortunately has many built-in assumptions about the output and fonts
-file formats used by Troff, which may not be satisfied in other
-environments. In particular, GNU groff uses some extensions in its file
-formats described in groff_font(5) and groff_out(5) which make its
-output completely unusable for DMP. On the other hand, the Troff
-version found in Sun Solaris 2.x, and perhaps other systems derived from
-System V R4, works fine with the default settings.
-
- If you run into trouble and want to adapt DMP to other systems, you
-might have to try the following (this is primarily for hackers):
-
- * If DMP complains about a missing font table (e.g., `Cannot find
- TR'), your Troff may not support the device `post'.
-
- Check troff(1) for the devices supported by your Troff and set the
- `TROFF' environment variable appropriately (see above). Also,
- locate the appropriate font directory and set the `TRFONTS'
- variable as needed.
-
- * If DMP complains about a missing font description file (e.g., `Font
- TR was not in map file'), your version of Troff may be using
- internal font names different from those in the distributed
- `trfonts.map'; e.g., TR and TI instead of R and I for Times-Roman
- and Times-Italic.
-
- In this case, you may have to adapt `trfonts.map' and perhaps also
- `trchars.adj' in the MetaPost support directory
- (`texmf/metapost/support' by default).
-
- * If DMP still complains that it cannot parse the font description
- files or the Troff output (e.g., `TR has a bad line in its
- description file', you are probably out of luck and have to hack
- the DMP program (in `web2c/mpware/dmp.c').
-
- Such problems may be caused by subtle differences in the file
- formats, such as use of tabs vs. spaces as field separators or
- decimal vs. octal vs. hex format for font metric data.
-
- A reasonably good description of the expected Troff file formats
- can be found in AT&T technical report CSTR-54 (`Troff User's
- Manual', Revised 1992). Documentation on the subtle differences
- in other Troff implementation is harder to find except for GNU
- groff, where it's all documented in the above-mentioned
- groff_font(5) and groff_out(5).
-
- Any contributions to improve the portability of DMP or to make it
- work with GNU groff are welcome, of course.
-
-
- (Some of the above description was edited from the `dmp.c' source
-file, written by John Hobby.)
-
- The only options are `--help' and `--version' (*note Common
-options::).
-
-
-File: web2c.info, Node: mpto invocation, Next: newer invocation, Prev: dmp invocation, Up: MetaPost
-
-6.6 MPto: Extract labels from MetaPost input
-============================================
-
-MPto extracts the labels from a MetaPost input file; this is the
-contents of any `btex...etex' and `verbatimtex...etex' sections. This
-program is generally invoked by MakeMPX (*note makempx invocation::).
-Synopsis:
-
- mpto [OPTION]... MPFILE
-
-The input comes from MPFILE; no path searching is done. The output
-goes to standard output. Leading and trailing spaces and tabs are
-removed, and various predefined typesetter commands are included at the
-beginning of and end of the file and of each section.
-
- The program accepts the following options, as well as the standard
-`-help' and `-version' (*note Common options::):
-`-troff'
- Surround the MetaPost sections with Troff commands.
-
-`-tex'
- Surround the MetaPost sections with TeX commands. This is the
- default.
-
-
-File: web2c.info, Node: newer invocation, Prev: mpto invocation, Up: MetaPost
-
-6.7 Newer: Compare file modification times
-==========================================
-
-Newer compares file modification times. Synopsis:
-
- newer SRC1 [ SRC2 ... SRCN ] TARGET
-
-Newer exits successfully if the files SRC1 ... SRCN exist and at least
-one of them is not older than DEPENDENT, i.e., the modification time
-(mtime) of at least one of the source files is greater than or the same
-as that of DEPENDENT. Newer also exits successfully if the file
-DEPENDENT doesn't exist. *Note Attribute Meanings: (libc)Attribute
-Meanings.
-
- The program accepts the following option, as well as the standard
-`--help' and `--version' (*note Common options::):
-`--quiet'
- Return result only, do not print any output.
-
-`--verbose'
- List missing source files to STDERR. This is the default.
-
- This is used by MakeMPX (*note makempx invocation::).
-
-
File: web2c.info, Node: BibTeX, Next: WEB, Prev: MetaPost, Up: Top
7 BibTeX: Bibliographies
@@ -3756,8 +3501,6 @@ Index
(line 6)
* --enable-ipc configure option: tex invocation. (line 101)
* --help common option: Common options. (line 11)
-* --quiet (newer): newer invocation. (line 20)
-* --verbose (newer): newer invocation. (line 23)
* --verbose common option: Common options. (line 15)
* --version common option: Common options. (line 18)
* --with-editor=CMD: Editor invocation. (line 10)
@@ -3854,14 +3597,11 @@ Index
* -show-opcodes: dvitype invocation. (line 56)
* -strict: tangle invocation. (line 46)
* -style=MFTFILE: mft invocation. (line 68)
-* -T: mpost invocation. (line 117)
+* -T: mpost invocation. (line 112)
* -terse: bibtex invocation. (line 28)
-* -tex: mpto invocation. (line 24)
-* -tex=TEXPROGRAM: mpost invocation. (line 121)
+* -tex=TEXPROGRAM: mpost invocation. (line 115)
* -translate-file=TCXFILE: Common options. (line 96)
-* -troff <1>: mpto invocation. (line 21)
-* -troff <2>: makempx invocation. (line 39)
-* -troff: mpost invocation. (line 117)
+* -troff: mpost invocation. (line 112)
* -underline: tangle invocation. (line 41)
* -uppercase: tangle invocation. (line 35)
* -x: weave invocation. (line 22)
@@ -3961,7 +3701,6 @@ Index
* BDF and GF conversion: Font utilities available elsewhere.
(line 15)
* beginfig: mpost invocation. (line 37)
-* BeginPath ditroff command: dmp invocation. (line 15)
* Berry, Karl: Introduction. (line 40)
* BIBINPUTS, search path for bib files: bibtex invocation. (line 18)
* bibliographies, creating: BibTeX. (line 6)
@@ -3980,7 +3719,6 @@ Index
* breakpoints, memory for: Runtime options. (line 20)
* Breitenlohner, Peter: Introduction. (line 8)
* BSTINPUTS, search path for bst files: bibtex invocation. (line 18)
-* btex and label extraction: mpto invocation. (line 6)
* btex for MetaPost labels: mpost invocation. (line 50)
* btxdoc.bib: bibtex invocation. (line 48)
* btxdoc.tex: bibtex invocation. (line 42)
@@ -3990,8 +3728,6 @@ Index
* byte swapping: Hardware and memory dumps.
(line 13)
* c-sources Makefile target: Additional targets. (line 12)
-* captions, extracting from MetaPost input: mpto invocation. (line 6)
-* captions, for MetaPost: makempx invocation. (line 6)
* change files, and MFT: mft invocation. (line 64)
* change files, and Tangle: tangle invocation. (line 11)
* change files, and Weave: weave invocation. (line 14)
@@ -4014,17 +3750,16 @@ Index
* cmbase.mf: Initial Metafont. (line 28)
* cmbase.mft: mft invocation. (line 75)
* cmmf.base not recommended: Initial Metafont. (line 28)
-* color, in DVItoMP: dvitomp invocation. (line 16)
+* color, in DVItoMP: dvitomp invocation. (line 15)
* comments, in TCX files: TCX files. (line 71)
* comments, MFT control: mft invocation. (line 24)
* common options: Common options. (line 6)
* commonalities: Commonalities. (line 6)
-* comparing file modification times: newer invocation. (line 6)
* compilation: Installation. (line 6)
* compile-time options <1>: Compile-time options.
(line 6)
* compile-time options: configure options. (line 6)
-* Computer Modern fonts, and Troff: mpost invocation. (line 73)
+* Computer Modern fonts, and Troff: mpost invocation. (line 68)
* Computer Modern macros: Initial Metafont. (line 28)
* configuration: Installation. (line 6)
* configuration file reading: Path searching. (line 6)
@@ -4054,7 +3789,6 @@ Index
* Curtis, Pavel: Introduction. (line 40)
* CWEB: WEB. (line 13)
* Cweb: WEB. (line 13)
-* D C ditroff graphics: dmp invocation. (line 15)
* date and time, in memory dumps: Hardware and memory dumps.
(line 30)
* debugging DVI utilities: dvitype invocation. (line 56)
@@ -4069,17 +3803,10 @@ Index
* directory structure: Installation. (line 34)
* DISPLAY: Online Metafont graphics.
(line 73)
-* ditroff output, converting to MPX: dmp invocation. (line 6)
-* DMP <1>: dmp invocation. (line 6)
-* DMP: makempx invocation. (line 71)
-* DMP, invoked by MakeMPX: makempx invocation. (line 29)
-* dmp.c: dmp invocation. (line 82)
* dot files, written by TeX programs: tex invocation. (line 51)
-* downloading of fonts for MetaPost labels: mpost invocation. (line 78)
-* dpost: dmp invocation. (line 15)
+* downloading of fonts for MetaPost labels: mpost invocation. (line 73)
* DrawingServant: Online Metafont graphics.
(line 35)
-* DrawPath ditroff command: dmp invocation. (line 15)
* dump file: Common options. (line 34)
* dumping memory: Memory dumps. (line 6)
* DVI comment, specifying: tex invocation. (line 121)
@@ -4090,8 +3817,6 @@ Index
* DVI utilities: DVI utilities. (line 6)
* dvicopy: dvicopy invocation. (line 6)
* dvitomp: dvitomp invocation. (line 6)
-* DVITOMP: makempx invocation. (line 67)
-* DVItoMP, invoked by MakeMPX: makempx invocation. (line 29)
* dvitype DVI validation: dvitype invocation. (line 6)
* dvitype output example: dvitype output example.
(line 6)
@@ -4123,7 +3848,6 @@ Index
* escapement, horizontal <1>: gftype invocation. (line 107)
* escapement, horizontal: pktype invocation. (line 57)
* escapement, vertical: gftype invocation. (line 107)
-* etex and label extraction: mpto invocation. (line 6)
* etex for MetaPost labels: mpost invocation. (line 50)
* executables, shared initial and virgin: Initial and virgin. (line 6)
* exit status, of shell escape: Shell escapes. (line 34)
@@ -4134,7 +3858,6 @@ Index
* FAMILY property: tftopl invocation. (line 96)
* Ferguson, Michael: MLTeX. (line 6)
* file formats for fonts: Font file formats. (line 6)
-* file mtimes, comparing: newer invocation. (line 6)
* file recorder: Common options. (line 90)
* filename conventions, in input files: \input filenames. (line 6)
* filenames starting with -: Option conventions. (line 19)
@@ -4157,7 +3880,7 @@ Index
* font aliases: Path searching. (line 15)
* font character code, translating: TCX files. (line 102)
* font design: Metafont. (line 6)
-* font downloading for MetaPost labels: mpost invocation. (line 78)
+* font downloading for MetaPost labels: mpost invocation. (line 73)
* font file formats: Font file formats. (line 6)
* font proofs: gftodvi invocation. (line 6)
* font utilities: Font utilities. (line 6)
@@ -4219,7 +3942,6 @@ Index
(line 20)
* hex character codes, in TCX files: TCX files. (line 78)
* history: Introduction. (line 40)
-* Hobby, John <1>: dmp invocation. (line 82)
* Hobby, John: Introduction. (line 8)
* horizontal escapement <1>: gftype invocation. (line 107)
* horizontal escapement: pktype invocation. (line 57)
@@ -4275,8 +3997,6 @@ Index
* KRN property: tftopl invocation. (line 102)
* label font: gftodvi invocation. (line 36)
* LABEL property: tftopl invocation. (line 102)
-* labels, extracting from MetaPost input: mpto invocation. (line 6)
-* labels, for MetaPost: makempx invocation. (line 6)
* language support in TeX: Languages and hyphenation.
(line 6)
* languages, hyphenation rules for: patgen invocation. (line 6)
@@ -4313,8 +4033,6 @@ Index
* magnification: dvicopy invocation. (line 20)
* main_memory: Runtime options. (line 15)
* Make targets, additional: Additional targets. (line 6)
-* makempx: makempx invocation. (line 6)
-* MAKEMPX_BINDIR: makempx invocation. (line 50)
* Martin, Rick: Introduction. (line 50)
* Mathematical Reviews: Formats. (line 39)
* mathematical typesetting: TeX. (line 6)
@@ -4355,9 +4073,7 @@ Index
* MetaPost and plain Metafont compatibility: Initial MetaPost.
(line 25)
* MetaPost input files: mpost invocation. (line 31)
-* MetaPost input, extracting labels from: mpto invocation. (line 6)
* MetaPost invocation: mpost invocation. (line 6)
-* MetaPost labels: makempx invocation. (line 6)
* MetaPost source, prettyprinting: mft invocation. (line 80)
* MetaPost, initial: Initial MetaPost. (line 6)
* MetaPost, TeX, and Metafont: Three programs. (line 6)
@@ -4393,30 +4109,15 @@ Index
* mpost, reason for name change: Installation. (line 19)
* mpost.mem: Initial MetaPost. (line 16)
* mpout: mpost invocation. (line 37)
-* mproof.tex: mpost invocation. (line 78)
-* MPSUPPORT: dmp invocation. (line 21)
-* MPto: mpto invocation. (line 6)
-* MPto, invoked by MakeMPX: makempx invocation. (line 21)
-* MPTOTEX: makempx invocation. (line 60)
-* MPTOTR: makempx invocation. (line 64)
+* mproof.tex: mpost invocation. (line 73)
* mptrap Make target: Additional targets. (line 41)
* mptrap test: Triptrap. (line 6)
* mptrap.readme: Triptrap. (line 6)
-* mpx file, defined: makempx invocation. (line 43)
* MPX files, converting from DVI files: dvitomp invocation. (line 6)
-* MPX files, creating from ditroff output: dmp invocation. (line 6)
-* mpxerr: makempx invocation. (line 34)
-* mpxerr.dvi: makempx invocation. (line 34)
-* mpxerr.log: makempx invocation. (line 34)
-* mpxerr.t: makempx invocation. (line 34)
-* mpxerr.tex: makempx invocation. (line 34)
-* mtimes of files, comparing: newer invocation. (line 6)
* Multi-lingual TeX: MLTeX. (line 6)
* N tilde: \charsubdef. (line 37)
* new graphics support for Metafont: Online Metafont graphics.
(line 77)
-* NEWER: makempx invocation. (line 56)
-* newer file comparison: newer invocation. (line 6)
* newrow GF command: gftype invocation. (line 93)
* next: Online Metafont graphics.
(line 34)
@@ -4426,7 +4127,6 @@ Index
* NUL, not allowed in filenames: \input filenames. (line 35)
* octal character codes, in TCX files: TCX files. (line 78)
* offset for overflow labels: gftodvi invocation. (line 59)
-* older-than, file comparisons: newer invocation. (line 6)
* Omega: TeX extensions. (line 15)
* online Metafont graphics: Online Metafont graphics.
(line 6)
@@ -4458,7 +4158,6 @@ Index
* pfaedit: Font utilities available elsewhere.
(line 30)
* PiCTeX, increasing memory for: Runtime options. (line 20)
-* picture expressions: makempx invocation. (line 43)
* pipes, reading and writing: Shell escapes. (line 63)
* pixel height: pktype invocation. (line 62)
* pixel width: pktype invocation. (line 62)
@@ -4492,7 +4191,7 @@ Index
(line 50)
* pooltype: pooltype invocation. (line 6)
* portable filenames: \input filenames. (line 41)
-* PostScript fonts, and Troff: mpost invocation. (line 73)
+* PostScript fonts, and Troff: mpost invocation. (line 68)
* PostScript meets Metafont: MetaPost. (line 6)
* PostScript output: mpost invocation. (line 37)
* PostScript to PK bitmaps: Font utilities available elsewhere.
@@ -4514,9 +4213,8 @@ Index
(line 32)
* program names, special <1>: tex invocation. (line 116)
* program names, special: Common options. (line 45)
-* prologues: mpost invocation. (line 117)
-* prologues and Troff in MetaPost: makempx invocation. (line 39)
-* prologues, and EPSF output: mpost invocation. (line 88)
+* prologues: mpost invocation. (line 112)
+* prologues, and EPSF output: mpost invocation. (line 83)
* proof mode: mf invocation. (line 48)
* proof sheets, of fonts: gftodvi invocation. (line 6)
* property list format: tftopl invocation. (line 44)
@@ -4524,7 +4222,7 @@ Index
* property list, converting VF to virtual: vftovp invocation. (line 6)
* ps2pk: Font utilities available elsewhere.
(line 35)
-* psfonts.map, read by MetaPost: mpost invocation. (line 88)
+* psfonts.map, read by MetaPost: mpost invocation. (line 83)
* PXL files, explained: Font file formats. (line 40)
* pxtoch: Font utilities available elsewhere.
(line 23)
@@ -4558,7 +4256,6 @@ Index
* security, and \openout: tex invocation. (line 51)
* security, and output files: tex invocation. (line 51)
* security, and shell escapes: Shell escapes. (line 6)
-* SetColor ditroff command: dmp invocation. (line 15)
* shapes: Metafont. (line 6)
* sharing memory dumps: Hardware and memory dumps.
(line 6)
@@ -4619,7 +4316,6 @@ Index
(line 11)
* terminator for filenames: \input filenames. (line 10)
* terse output: bibtex invocation. (line 28)
-* TEX: makempx invocation. (line 74)
* tex: tex invocation. (line 6)
* TeX, bibliographies for: bibtex invocation. (line 54)
* TeX, creating from Metafont: mft invocation. (line 6)
@@ -4644,7 +4340,6 @@ Index
* TEXMFOUTPUT, used if . unwritable: Output file location.
(line 19)
* texput: tex invocation. (line 35)
-* text, extracting from MetaPost input: mpto invocation. (line 6)
* TFM files, converting property lists to: pltotf invocation. (line 6)
* TFM files, explained: Font file formats. (line 13)
* TFM files, memory for: Runtime options. (line 25)
@@ -4665,14 +4360,12 @@ Index
* trap Make target: Additional targets. (line 41)
* trap test: Triptrap. (line 6)
* trapman.tex: Triptrap. (line 6)
-* trchars.adj: dmp invocation. (line 24)
* Trickey, Howard: Introduction. (line 40)
* trip Make target: Additional targets. (line 41)
* trip test: Triptrap. (line 6)
* tripman.tex: Triptrap. (line 6)
* triptrap Make target: Additional targets. (line 41)
-* TROFF: makempx invocation. (line 81)
-* Troff, and MetaPost: mpost invocation. (line 73)
+* Troff, and MetaPost: mpost invocation. (line 68)
* Troff, WEB for: WEB. (line 13)
* Trojan horses and TeX programs: tex invocation. (line 51)
* TUGboat bibliography: bibtex invocation. (line 54)
@@ -4700,7 +4393,6 @@ Index
* validation, of PK files: pktype invocation. (line 6)
* validation, of TFM files: tftopl invocation. (line 6)
* validation, of VF files: vftovp invocation. (line 6)
-* verbatimtex MetaPost command: mpto invocation. (line 6)
* verbose BibTeX output, suppressing: bibtex invocation. (line 28)
* verbosity, enabling: Common options. (line 15)
* version number, finding: Common options. (line 18)
@@ -4741,7 +4433,6 @@ Index
(line 66)
* X toolkits and Metafont: Online Metafont graphics.
(line 60)
-* x X ditroff device control: dmp invocation. (line 15)
* xampl.bib: bibtex invocation. (line 51)
* xbfe, bitmap font editor: Font utilities available elsewhere.
(line 23)
@@ -4765,79 +4456,75 @@ Index

Tag Table:
-Node: Top3065
-Node: Introduction4059
-Node: Installation7231
-Node: configure options9395
-Node: Compile-time options11477
-Node: Additional targets12603
-Node: Triptrap13884
-Node: Runtime options15413
-Node: Commonalities17185
-Node: Option conventions17790
-Node: Common options19014
-Node: Path searching23526
-Node: Output file location24548
-Node: Three programs25588
-Node: Initial and virgin26347
-Node: Memory dumps27447
-Node: Creating memory dumps27914
-Node: Determining the memory dump to use29175
-Node: Hardware and memory dumps30799
-Node: Editor invocation33268
-Node: \input filenames33998
-Node: TeX36991
-Node: tex invocation38137
-Node: Initial TeX45510
-Node: Formats46999
-Node: Languages and hyphenation49938
-Node: MLTeX50368
-Node: \charsubdef51863
-Node: \tracingcharsubdef54189
-Node: TCX files54764
-Node: patgen invocation60188
-Node: Shell escapes60905
-Node: IPC and TeX64469
-Node: TeX extensions65039
-Node: Metafont66018
-Node: mf invocation67306
-Node: Initial Metafont71189
-Node: Modes72942
-Node: Online Metafont graphics75198
-Node: gftodvi invocation78471
-Node: mft invocation81293
-Node: MetaPost85348
-Node: mpost invocation86369
-Node: Initial MetaPost91554
-Node: makempx invocation93365
-Node: dvitomp invocation97370
-Node: dmp invocation98141
-Node: mpto invocation102162
-Node: newer invocation103144
-Node: BibTeX104081
-Node: bibtex invocation104442
-Node: Basic BibTeX style files106767
-Node: WEB108109
-Node: tangle invocation109317
-Node: weave invocation111440
-Node: pooltype invocation112848
-Node: DVI utilities113978
-Node: dvicopy invocation114922
-Node: dvitype invocation116220
-Node: dvitype output example118575
-Node: Font utilities121626
-Node: Font file formats122806
-Node: gftopk invocation126105
-Node: pktogf invocation127309
-Node: pktype invocation128488
-Node: gftype invocation131323
-Node: tftopl invocation135839
-Node: pltotf invocation140473
-Node: vftovp invocation141538
-Node: vptovf invocation143822
-Node: Font utilities available elsewhere144876
-Node: Legalisms147284
-Node: References149455
-Node: Index153837
+Node: Top2812
+Node: Introduction3806
+Node: Installation6978
+Node: configure options9142
+Node: Compile-time options11224
+Node: Additional targets12350
+Node: Triptrap13631
+Node: Runtime options15160
+Node: Commonalities16932
+Node: Option conventions17537
+Node: Common options18761
+Node: Path searching23273
+Node: Output file location24295
+Node: Three programs25335
+Node: Initial and virgin26094
+Node: Memory dumps27194
+Node: Creating memory dumps27661
+Node: Determining the memory dump to use28922
+Node: Hardware and memory dumps30546
+Node: Editor invocation33015
+Node: \input filenames33745
+Node: TeX36738
+Node: tex invocation37884
+Node: Initial TeX45257
+Node: Formats46746
+Node: Languages and hyphenation49685
+Node: MLTeX50115
+Node: \charsubdef51610
+Node: \tracingcharsubdef53936
+Node: TCX files54511
+Node: patgen invocation59935
+Node: Shell escapes60652
+Node: IPC and TeX64216
+Node: TeX extensions64786
+Node: Metafont65765
+Node: mf invocation67053
+Node: Initial Metafont70936
+Node: Modes72689
+Node: Online Metafont graphics74945
+Node: gftodvi invocation78218
+Node: mft invocation81040
+Node: MetaPost85095
+Node: mpost invocation85857
+Node: Initial MetaPost90765
+Node: dvitomp invocation92576
+Node: BibTeX93241
+Node: bibtex invocation93602
+Node: Basic BibTeX style files95927
+Node: WEB97269
+Node: tangle invocation98477
+Node: weave invocation100600
+Node: pooltype invocation102008
+Node: DVI utilities103138
+Node: dvicopy invocation104082
+Node: dvitype invocation105380
+Node: dvitype output example107735
+Node: Font utilities110786
+Node: Font file formats111966
+Node: gftopk invocation115265
+Node: pktogf invocation116469
+Node: pktype invocation117648
+Node: gftype invocation120483
+Node: tftopl invocation124999
+Node: pltotf invocation129633
+Node: vftovp invocation130698
+Node: vptovf invocation132982
+Node: Font utilities available elsewhere134036
+Node: Legalisms136444
+Node: References138615
+Node: Index142997

End Tag Table
diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi
index 38ba53b9f0d..e2a9cfe5f20 100644
--- a/Build/source/texk/web2c/doc/web2c.texi
+++ b/Build/source/texk/web2c/doc/web2c.texi
@@ -12,7 +12,7 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.}
@end tex
@set version 2009
-@set month-year June 2009
+@set month-year July 2009
@c Define new indices for commands in auxiliary files, filenames, and options.
@defcodeindex cm
@@ -35,20 +35,16 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.}
@dircategory Individual utilities
@direntry
* bibtex: (web2c)bibtex invocation. Maintaining bibliographies.
-* dmp: (web2c)dmp invocation. Troff->MPX (MetaPost pictures).
* dvicopy: (web2c)dvicopy invocation. Virtual font expansion
* dvitomp: (web2c)dvitomp invocation. DVI to MPX (MetaPost pictures).
* dvitype: (web2c)dvitype invocation. DVI to human-readable text.
* gftodvi: (web2c)gftodvi invocation. Generic font proofsheets.
* gftopk: (web2c)gftopk invocation. Generic to packed fonts.
* gftype: (web2c)gftype invocation. GF to human-readable text.
-* makempx: (web2c)makempx invocation. MetaPost label typesetting.
* mf: (web2c)mf invocation. Creating typeface families.
* mft: (web2c)mft invocation. Prettyprinting Metafont source.
* mltex: (web2c)MLTeX. Multi-lingual TeX.
* mpost: (web2c)mpost invocation. Creating technical diagrams.
-* mpto: (web2c)mpto invocation. MetaPost label extraction.
-* newer: (web2c)newer invocation. Compare modification times.
* patgen: (web2c)patgen invocation. Creating hyphenation patterns.
* pktogf: (web2c)pktogf invocation. Packed to generic fonts.
* pktype: (web2c)pktype invocation. PK to human-readable text.
@@ -2399,11 +2395,7 @@ supported) and a number of other subsidiary programs, described below.
@menu
* mpost invocation:: Invoking MetaPost.
* Initial MetaPost:: Making mems.
-* makempx invocation:: Create MPX files for labels.
* dvitomp invocation:: DVI-to-MPX translation.
-* dmp invocation:: Ditroff-to-MPX translation.
-* mpto invocation:: Extracting labels from MetaPost programs.
-* newer invocation:: Is one file newer than another?
@end menu
@@ -2483,22 +2475,20 @@ The MetaPost construct
btex @dots{} @var{tex-input} @dots{} etex
@end example
@noindent
-calls MakeMPX to generate a MPX file containing a MetaPost picture
-expression corresponding to @var{tex-input} (@pxref{makempx
-invocation}).
+generates a MetaPost picture expression corresponding to
+@var{tex-input}.
The construct
@example
verbatimtex @dots{} @var{tex-input} @dots{} etex
@end example
@noindent
-simply passes the @var{tex-input} through to MakeMPX and thus to
+simply passes the @var{tex-input} through to
@TeX{}. For example, if you are using @LaTeX{}, your MetaPost input file
must start with a @code{verbatimtex} block that gives the necessary
@code{\documentclass} (or @code{\documentstyle})
@code{\begin@{document@}} command. You will also need to set the
-enviroment variable @code{TEX} to @samp{latex} (@pxref{makempx
-invocation}).
+enviroment variable @code{TEX} to @samp{latex}.
@var{tex-input} need not be specifically @TeX{} input; it could also be
Troff. In that case, you will need the @samp{-m pictures} Troff macro
@@ -2506,9 +2496,6 @@ package (unfortunately absent from many Troff implementations), or an
equivalent such as the @samp{-m pspic} macros from GNU groff described
in grops(1).
-Other typesetters can be supported with no change to MetaPost itself;
-only MakeMPX needs to be updated.
-
@cindex PostScript fonts, and Troff
@cindex Troff, and MetaPost
@cindex Computer Modern fonts, and Troff
@@ -2568,8 +2555,7 @@ These options are common to @TeX{}, Metafont, and MetaPost.
@opindex -T
@opindex -troff
@vindex prologues
-Set the @code{prologues} internal variable to @code{1}, and use
-@code{makempx -troff} to generate MPX files.
+Set the @code{prologues} internal variable to @code{1}.
@item -tex=@var{texprogram}
@opindex -tex=@var{texprogram}
@@ -2635,130 +2621,6 @@ page for MetaFun, other MetaPost-related things, and lots more from
Pragma: @url{http://www.pragma-ade.com/}.
-@node makempx invocation
-@section MakeMPX: Support MetaPost labels
-
-@pindex makempx
-@cindex MetaPost labels
-@cindex captions, for MetaPost
-@cindex labels, for MetaPost
-
-In MetaPost, labels can be typeset using any document processor; the
-Web2c implementation supports @TeX{} and Troff. MakeMPX translates the
-labels from the typesetting language back into low-level MetaPost
-commands in a so-called @dfn{mpx file}, so text can be manipulated like
-other graphic objects. It is invoked automatically by MetaPost.
-Synopsis:
-
-@example
-makempx [-troff] @var{mpfile} @var{mpxfile}
-@end example
-
-@noindent
-The input comes from @var{mpfile} (no path searching is done), and the
-output goes to @var{mpxfile}. However, if the file @var{mpxfile}
-already exists, and is newer than @var{mpfile}, then nothing is done
-(presumably the file is up-to-date).
-
-Otherwise:
-@enumerate
-@item
-@cindex MPto, invoked by MakeMPX
-MPto is run to extract the label text from the
-MetaPost source file @var{mpfile} (@pxref{mpto invocation}).
-
-@item
-The typesetting program itself is run, either @TeX{} or Troff (see
-below). If @TeX{}, and the file named by the @code{MPTEXPRE}
-environment variable exists (@file{mptexpre.tex} by default), that file
-is prepended to the input from the MetaPost file.
-
-@item
-@cindex DVItoMP, invoked by MakeMPX
-@cindex DMP, invoked by MakeMPX
-The typesetter output (a DVI file in the case of @TeX{}, Ditroff output
-for Troff) is translated back to MetaPost, by DVItoMP (@pxref{dvitomp
-invocation}) or DMP (@pxref{dmp invocation}) respectively.
-@end enumerate
-
-@flindex mpxerr.log
-@flindex mpxerr.dvi
-@flindex mpxerr.tex
-@flindex mpxerr.t
-@flindex mpxerr
-If any of the above steps fail, for example if there was a typesetting
-mistake in the original @var{mpfile}, output may be left in files named
-@file{mpxerr.@{log,tex,dvi@}} (@TeX{}) or @file{mpxerr@{,.t@}} (Troff),
-so you can diagnose the problem.
-
-@opindex -troff
-@vindex prologues @r{and Troff in MetaPost}
-The @samp{-troff} option to MPto selects the Troff commands, rather than
-@TeX{}. MetaPost supplies this automatically if the @samp{-T} or
-@samp{-troff} option was specified to MetaPost.
-
-@cindex picture expressions
-@cindex mpx file, defined
-The MPX file created by MakeMPX is a sequence of MetaPost picture
-expressions, one for every label in the original MetaPost input file.
-
-The names of the commands run by MakeMPX, and the directory
-added to the shell search @code{PATH} for the commands' location, are
-overridden by environment variables. Here is a list:
-
-@vtable @code
-@item MAKEMPX_BINDIR
-The directory added to the @code{PATH}. Default is the @samp{$(bindir)}
-Make directory, which in turn is set from the configure-time
-@samp{--bindir}, @samp{--exec-prefix} and @samp{--prefix} options; if
-nothing else is specified, the default is file @samp{/usr/local}.
-
-@item NEWER
-The command run to determine if @var{mpxfile} is out of date with respect
-to @var{mpfile}; default is @samp{newer}.
-
-@item MPTOTEX
-The command run to extract MetaPost labels in @TeX{} format; default is
-@samp{mpto -tex}.
-
-@item MPTOTR
-Likewise, for Troff; default is @samp{mpto -troff}.
-
-@item DVITOMP
-The command run to convert @TeX{} output back to MetaPost; default is
-@samp{dvitomp}.
-
-@item DMP
-Likewise, for Troff; default is @samp{dmp}.
-
-@item TEX
-The command run to typeset the labels in @TeX{}; the default is
-@samp{etex}, set in @file{texmf.cnf}. If you use @LaTeX{}, set this to
-@code{latex}, and supply an appropriate @code{verbatimtex} header in
-the MP source (@pxref{mpost invocation}). Or put @samp{%&latex} as
-the first line of your @LaTeX{} source.
-
-@item TROFF
-Likewise, for Troff; default is @samp{'eqn -d\$\$ | troff -Tpost'}. You
-may need to replace @samp{-Tpost} by @samp{-T@var{term}}, where
-@var{term} is the PostScript device name for your Troff implementation,
-e.g., @samp{ps} or @samp{psc}; see troff(1).
-
-If you change this, you will also need to set the @code{TRFONTS}
-environment variable or configuration value to point to the appropriate
-font directory, traditionally @file{/usr/lib/font/dev@var{term}}.
-
-One more complication is whether the troff programs have a @samp{g}
-prefix. On Windows, @TeX{} Live supports both ways:
-@file{makempx.exe} is built to use @file{gsoelim.exe},
-@file{geqn.exe}, and @file{gtroff.exe}, while
-@file{makempx-without-g-prefix.exe} is built to use @file{soelim.exe},
-@file{eqn.exe}, and @file{troff.exe}. MetaPost users on Windows using
-troff for their labels should arrange to run the proper binary.
-
-@end vtable
-
-
@node dvitomp invocation
@section DVItoMP: DVI to MPX conversion
@@ -2767,8 +2629,7 @@ troff for their labels should arrange to run the proper binary.
@cindex MPX files, converting from DVI files
DVItoMP converts DVI files into low-level MetaPost commands in a
-so-called MPX file. This program is generally invoked only by MakeMPX
-(@pxref{makempx invocation}). Synopsis:
+so-called MPX file. Synopsis:
@example
dvitomp @var{dvifile}[.dvi] [@var{mpxfile}[.mpx]]
@@ -2788,192 +2649,6 @@ The only options are @samp{-help} and @samp{-version} (@pxref{Common
options}).
-@node dmp invocation
-@section DMP: Ditroff to MPX conversion
-
-@pindex DMP
-@cindex ditroff output, converting to MPX
-@cindex MPX files, creating from ditroff output
-
-DMP converts device-independent Troff (ditroff) output files into
-low-level MetaPost commands in a so-called MPX file. This program is
-generally invoked by MakeMPX (@pxref{makempx invocation}). Synopsis:
-
-@example
-dmp [@var{ditroff-file} [@var{mpxfile}]]
-@end example
-
-@noindent
-If @var{ditroff-file} is not specified, input comes from standard input;
-and if @var{mpxfile} is not specified, output goes to standard output.
-
-@pindex dpost
-@findex D @var{c} @r{ditroff graphics}
-@findex x X @r{ditroff device control}
-@findex SetColor @r{ditroff command}
-@findex BeginPath @r{ditroff command}
-@findex DrawPath @r{ditroff command}
-DMP was written to process the output of a Troff pipeline fed the output
-of @code{mpto -troff} (@pxref{mpto invocation}). DMP understands all
-the @samp{D@var{c}} graphics functions that @code{dpost} does, but it
-ignores @samp{x X} device control functions such as @samp{x X
-SetColor:@dots{}}, @samp{x X BeginPath:}, and @samp{x X
-DrawPath:@dots{}}.
-
-@vindex MPSUPPORT
-The available font names are defined in the support file
-@file{trfonts.map}, which DMP looks for along the @code{MPSUPPORT} path.
-
-@flindex trchars.adj
-Another support file @file{trchars.adj}, also looked for along the
-@code{MPSUPPORT} path, contains a character adjustment table which
-should reflect the shift amounts found in the standard PostScript
-prologue for Troff and dpost found in the @code{TRFONTS} directory.
-Such an adjustment table is unnecessary for some Troff implementations,
-in which case @file{trchars.adj} should be replaced by an empty
-file---but it must still exist.
-
-
-DMP was written for one particular Troff implementation, and it
-unfortunately has many built-in assumptions about the output and fonts
-file formats used by Troff, which may not be satisfied in other
-environments. In particular, GNU groff uses some extensions in its file
-formats described in groff_font(5) and groff_out(5) which make its
-output completely unusable for DMP. On the other hand, the Troff
-version found in Sun Solaris 2.x, and perhaps other systems derived from
-System V R4, works fine with the default settings.
-
-If you run into trouble and want to adapt DMP to other systems,
-you might have to try the following (this is primarily for hackers):
-
-@itemize @bullet
-@item
-If DMP complains about a missing font table (e.g., @samp{Cannot find
-TR}), your Troff may not support the device @samp{post}.
-
-Check troff(1) for the devices supported by your Troff and set the
-@code{TROFF} environment variable appropriately (see above). Also,
-locate the appropriate font directory and set the @code{TRFONTS}
-variable as needed.
-
-@item
-If DMP complains about a missing font description file (e.g., @samp{Font
-TR was not in map file}), your version of Troff may be using internal
-font names different from those in the distributed @file{trfonts.map};
-e.g., TR and TI instead of R and I for Times-Roman and Times-Italic.
-
-@flindex trchars.adj
-In this case, you may have to adapt @file{trfonts.map} and perhaps also
-@file{trchars.adj} in the MetaPost support directory
-(@file{texmf/metapost/support} by default).
-
-@item
-If DMP still complains that it cannot parse the font description files
-or the Troff output (e.g., @samp{TR has a bad line in its description
-file}, you are probably out of luck and have to hack the DMP program (in
-@file{web2c/mpware/dmp.c}).
-
-Such problems may be caused by subtle differences in the file
-formats, such as use of tabs vs.@: spaces as field separators
-or decimal vs.@: octal vs.@: hex format for font metric data.
-
-A reasonably good description of the expected Troff file formats can be
-found in AT&T technical report CSTR-54 (@cite{Troff User's Manual},
-Revised 1992). Documentation on the subtle differences in other Troff
-implementation is harder to find except for GNU groff, where it's all
-documented in the above-mentioned groff_font(5) and groff_out(5).
-
-Any contributions to improve the portability of DMP or to make it work
-with GNU groff are welcome, of course.
-
-@end itemize
-
-@flindex dmp.c
-@cindex Hobby, John
-(Some of the above description was edited from the @file{dmp.c} source
-file, written by John Hobby.)
-
-The only options are @samp{--help} and @samp{--version} (@pxref{Common
-options}).
-
-
-@node mpto invocation
-@section MPto: Extract labels from MetaPost input
-
-@pindex MPto
-@cindex labels, extracting from MetaPost input
-@cindex captions, extracting from MetaPost input
-@cindex text, extracting from MetaPost input
-@cindex MetaPost input, extracting labels from
-
-@findex btex @r{and label extraction}
-@findex etex @r{and label extraction}
-@findex verbatimtex @r{MetaPost command}
-MPto extracts the labels from a MetaPost input file; this is the
-contents of any @code{btex@dots{}etex} and @code{verbatimtex@dots{}etex}
-sections. This program is generally invoked by MakeMPX (@pxref{makempx
-invocation}). Synopsis:
-
-@example
-mpto [@var{option}]@dots{} @var{mpfile}
-@end example
-
-@noindent
-The input comes from @var{mpfile}; no path searching is done. The
-output goes to standard output. Leading and trailing spaces and tabs
-are removed, and various predefined typesetter commands are included at
-the beginning of and end of the file and of each section.
-
-The program accepts the following options, as well as the standard
-@samp{-help} and @samp{-version} (@pxref{Common options}):
-@table @samp
-@item -troff
-@opindex -troff
-Surround the MetaPost sections with Troff commands.
-
-@item -tex
-@opindex -tex
-Surround the MetaPost sections with @TeX{} commands. This is the default.
-@end table
-
-
-@node newer invocation
-@section Newer: Compare file modification times
-
-@pindex newer @r{file comparison}
-@cindex comparing file modification times
-@cindex file mtimes, comparing
-@cindex mtimes of files, comparing
-@cindex older-than, file comparisons
-
-Newer compares file modification times. Synopsis:
-
-@example
-newer @var{src1} [ @var{src2} ... @var{srcN} ] @var{target}
-@end example
-
-@noindent
-Newer exits successfully if the files @var{src1} ... @var{srcN} exist
-and at least one of them is not older than @var{dependent}, i.e., the
-modification time (mtime) of at least one of the source files
-is greater than or the same as that of @var{dependent}. Newer also
-exits successfully if the file @var{dependent} doesn't exist.
-@xref{Attribute Meanings,,, libc, GNU C Library}.
-
-The program accepts the following option, as well as the standard
-@samp{--help} and @samp{--version} (@pxref{Common options}):
-@table @samp
-@item --quiet
-@opindex --quiet (newer)
-Return result only, do not print any output.
-@item --verbose
-@opindex --verbose (newer)
-List missing source files to STDERR. This is the default.
-@end table
-
-This is used by MakeMPX (@pxref{makempx invocation}).
-
-
@node BibTeX
@chapter Bib@TeX{}: Bibliographies
diff --git a/Build/source/texk/web2c/man/Makefile.am b/Build/source/texk/web2c/man/Makefile.am
index 928a7913c3c..5fc7899b760 100644
--- a/Build/source/texk/web2c/man/Makefile.am
+++ b/Build/source/texk/web2c/man/Makefile.am
@@ -15,11 +15,6 @@ web_man_sources = bibtex.man dvicopy.man dvitomp.man dvitype.man gftodvi.man \
gftopk.man gftype.man mft.man patgen.man pktogf.man pktype.man \
pltotf.man pooltype.man tftopl.man vftovp.man vptovf.man weave.man
-## Obsolete mpware manpages
-## man_sources += $(mpware_man_sources)
-EXTRA_DIST += $(mpware_man_sources)
-mpware_man_sources = dmp.man makempx.man mpto.man newer.man
-
if TEX
man_sources += tex.man
endif TEX
diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in
index cfa8f12f225..c030e90588a 100644
--- a/Build/source/texk/web2c/man/Makefile.in
+++ b/Build/source/texk/web2c/man/Makefile.in
@@ -291,17 +291,15 @@ man_sources = $(bootstrap_man_sources) $(am__append_1) $(am__append_2) \
$(am__append_6) $(am__append_7) $(am__append_8) \
$(am__append_9) $(am__append_10) $(am__append_11) \
$(misc_man_sources)
-EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) \
- $(mpware_man_sources) tex.man mf.man mpost.man etex.man \
- $(pdftex_man_sources) luatex.man aleph.man $(misc_man_sources) \
- amslatex.min initex.min lamstex.min pdftexman.m4 slitex.min \
- spell.add virtex.min
+EXTRA_DIST = $(bootstrap_man_sources) $(web_man_sources) tex.man \
+ mf.man mpost.man etex.man $(pdftex_man_sources) luatex.man \
+ aleph.man $(misc_man_sources) amslatex.min initex.min \
+ lamstex.min pdftexman.m4 slitex.min spell.add virtex.min
bootstrap_man_sources = cweb.man tangle.man
web_man_sources = bibtex.man dvicopy.man dvitomp.man dvitype.man gftodvi.man \
gftopk.man gftype.man mft.man patgen.man pktogf.man pktype.man \
pltotf.man pooltype.man tftopl.man vftovp.man vptovf.man weave.man
-mpware_man_sources = dmp.man makempx.man mpto.man newer.man
pdftex_man_sources = pdftex.man pdftosrc.man
misc_man_sources = \
amstex.man \
diff --git a/Build/source/texk/web2c/man/dmp.man b/Build/source/texk/web2c/man/dmp.man
deleted file mode 100644
index 44544157615..00000000000
--- a/Build/source/texk/web2c/man/dmp.man
+++ /dev/null
@@ -1,60 +0,0 @@
-.TH DMP 1 "4 January 1998" "Web2C @VERSION@"
-.\"=====================================================================
-.if n .ds MP MetaPost
-.if t .ds MP MetaPost
-.if n .ds MF Metafont
-.if t .ds MF M\s-2ETAFONT\s0
-.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
-.if n .ds TX TeX
-.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
-.el .ds OX TeX for nroff
-.\" the same but obliqued
-.\" BX definition must follow TX so BX can use TX
-.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
-.if n .ds BX BibTeX
-.\" LX definition must follow TX so LX can use TX
-.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
-.if n .ds LX LaTeX
-.\"=====================================================================
-.SH NAME
-dmp \- translate Troff output to low-level MetaPost input
-.SH SYNOPSIS
-.B dmp
-.RI [ option ]
-.I ditrofffile
-.RI [ mpxfile ]
-.\"=====================================================================
-.SH DESCRIPTION
-This manual page is not meant to be exhaustive. The complete
-documentation for this version of \*(TX can be found in the info file
-or manual
-.IR "Web2C: A TeX implementation" .
-.PP
-The
-.B dmp
-program generates \*(MP source code from the
-.IR ditrofffile .
-The generated code is written in
-.I mpxfile
-if it is specified, and to standard output otherwise.
-.PP
-.B dmp
-is typically called from scripts like
-.BR makempx ,
-not from the command line.
-.\"=====================================================================
-.SH OPTIONS
-.B dmp
-accepts the following options:
-.TP
-.B --help
-.rb
-Print help message and exit.
-.TP
-.B --version
-.rb
-Print version information and exit.
-.\"=====================================================================
-.SH "SEE ALSO"
-.BR mpost (1),
-.BR makempx (1).
diff --git a/Build/source/texk/web2c/man/makempx.man b/Build/source/texk/web2c/man/makempx.man
deleted file mode 100644
index 193d6c42736..00000000000
--- a/Build/source/texk/web2c/man/makempx.man
+++ /dev/null
@@ -1,89 +0,0 @@
-.TH MAKEMPX 1 "4 January 1998" "Web2C @VERSION@"
-.\"=====================================================================
-.if n .ds MP MetaPost
-.if t .ds MP MetaPost
-.if n .ds MF Metafont
-.if t .ds MF M\s-2ETAFONT\s0
-.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
-.if n .ds TX TeX
-.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
-.el .ds OX TeX for nroff
-.\" the same but obliqued
-.\" BX definition must follow TX so BX can use TX
-.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
-.if n .ds BX BibTeX
-.\" LX definition must follow TX so LX can use TX
-.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
-.if n .ds LX LaTeX
-.\"=====================================================================
-.SH NAME
-makempx \- typeset labels in MetaPost pictures with TeX or Troff
-.SH SYNOPSIS
-.B makempx
-.RI [ --tex | --troff ]
-.I mpfile mpxfile
-.\"=====================================================================
-.SH DESCRIPTION
-This manual page is not meant to be exhaustive. The complete
-documentation for this version of \*(TX can be found in the info file
-or manual
-.IR "Web2C: A TeX implementation" .
-.PP
-If
-.I mpxfile
-is older than
-.IR mpfile ,
-translate the labels from the \*(MP input file
-.I mpfile
-to low-level commands in
-.IR MPXFILE ,
-by running
-.BR "mpto -tex" ,
-.BR tex ,
-and
-.B dvitomp
-by default; or, if
-.B -troff
-is specified,
-.BR "mpto -troff" ,
-.BR "eqn -d\e$\e$ | troff -Tpost" ,
-and
-.BR dmp .
-.PP
-The current directory is used for writing temporary files. Errors are
-left in
-.IR mpxerr.{tex,log,dvi} .
-.PP
-If the file named in
-.I $MPTEXPRE
-(mptexpre.tex by default) exists, it is prepended to the output in tex
-mode.
-.PP
-.B makempx
-is typically called by
-.BR mpost ,
-not from the command line.
-.\"=====================================================================
-.SH OPTIONS
-.B makempx
-accepts the following options:
-.TP
-.B --help
-.rb
-Print help message and exit.
-.TP
-.B --tex
-.rb
-Assume input file contains \*(TX commands.
-.TP
-.B --troff
-.rb
-Assume input file contains Troff commands.
-.TP
-.B --version
-.rb
-Print version information and exit.
-.\"=====================================================================
-.SH "SEE ALSO"
-.BR mpost (1),
-.BR mpto (1).
diff --git a/Build/source/texk/web2c/man/mpto.man b/Build/source/texk/web2c/man/mpto.man
deleted file mode 100644
index 8288e1bc24f..00000000000
--- a/Build/source/texk/web2c/man/mpto.man
+++ /dev/null
@@ -1,68 +0,0 @@
-.TH MPTO 1 "7 January 2007" "MetaPost 0.993" "Web2C @VERSION@"
-.\"=====================================================================
-.if n .ds MP MetaPost
-.if t .ds MP MetaPost
-.if n .ds MF Metafont
-.if t .ds MF M\s-2ETAFONT\s0
-.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
-.if n .ds TX TeX
-.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP for troff
-.el .ds OX TeX for nroff
-.\" the same but obliqued
-.\" BX definition must follow TX so BX can use TX
-.if t .ds BX \fRB\s-2IB\s0\fP\*(TX
-.if n .ds BX BibTeX
-.\" LX definition must follow TX so LX can use TX
-.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX
-.if n .ds LX LaTeX
-.\"=====================================================================
-.SH NAME
-mpto \- extract labels in MetaPost pictures for typesetting
-.SH SYNOPSIS
-.B mpto
-.RI [ -tex | -troff ]
-.I mpfile
-.\"=====================================================================
-.SH DESCRIPTION
-This manual page is not meant to be exhaustive. The complete
-documentation for this version of \*(TX can be found in the info file
-or manual
-.IR "Web2C: A TeX implementation" .
-.PP
-Strip
-.I btex..etex
-and
-.I verbatimtex...etex
-parts from \*(MP input file
-.IR mpfile ,
-converting to either \*(TX or Troff (\*(TX by default). The generated
-code is dumped on standard output.
-.PP
-.B mpto
-is typically called by
-.BR makempx ,
-not from the command line.
-.\"=====================================================================
-.SH OPTIONS
-.B mpto
-accepts the following options:
-.TP
-.B --help
-.rb
-Print help message and exit.
-.TP
-.B -tex
-.rb
-Assume input file contains \*(TX commands.
-.TP
-.B -troff
-.rb
-Assume input file contains Troff commands.
-.TP
-.B --version
-.rb
-Print version information and exit.
-.\"=====================================================================
-.SH "SEE ALSO"
-.BR mpost (1),
-.BR makempx (1).
diff --git a/Build/source/texk/web2c/man/newer.man b/Build/source/texk/web2c/man/newer.man
deleted file mode 100644
index f96a2f1ee94..00000000000
--- a/Build/source/texk/web2c/man/newer.man
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH NEWER 1 "21 June 2005" "Web2C @VERSION@"
-.\"=====================================================================
-.SH NAME
-newer \- compare file modification times
-.SH SYNOPSIS
-.B newer
-.RI [ option ]
-.I src1
-[
-.I src2 ... srcN
-]
-.I target
-.\"=====================================================================
-.SH DESCRIPTION
-Exit successfully if files
-.I src1 ... srcN
-exist and at least one of them is not older than
-.IR target .
-Also exit successfully if
-.I target
-doesn't exist.
-.\"=====================================================================
-.SH OPTIONS
-.B newer
-accepts the following options:
-.TP
-.B --help
-.rb
-Print help message and exit.
-.TP
-.B --quiet, -q
-.rb
-Do not print any output, including error messages.
-.TP
-.B --version
-.rb
-Print version information and exit.
-.TP
-.B --verbose, -v
-.rb
-List missing source files. This is the default.