Go to the first, previous, next, last section, table of contents.
Web2c has several Make targets besides the standard ones. You can invoke
these either in the top level directory of the source distribution (the
one containing `kpathsea/' and `web2c/'), or in the
`web2c/' directory.
- `c-sources'
-
Make only the C files, translated from the Web sources, presumably
because you want to take them to a non-Unix machine.
- `formats'
-
- `install-formats'
-
Make or install all the memory dumps (see section Memory dumps). By
default, the standard plain formats plus `latex.fmt' are made. You
can add other formats by redefining the
fmts
, bases
, and
mems
variables. See the top of `web2c/Makefile' for the
possibilities.
- `fmts'
-
- `install-fmts'
-
Make or install the TeX `.fmt' files. See section
initex
invocation.
- `bases'
-
- `install-bases'
-
Make or install the Metafont `.base' files. See section
inimf
invocation.
- `mems'
-
- `install-mems'
-
Make or install the MetaPost `.mem' files. See section
inimpost
invocation.
- `triptrap'
-
- `trip'
-
- `trap'
-
- `mptrap'
-
To run the torture tests for TeX, Metafont, and MetaPost
(respectively). See the next section.
Go to the first, previous, next, last section, table of contents.