web2c: Additional targets

 
 2.3 Additional targets
 ======================
 
 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 (⇒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.  ⇒Initial TeX.
 
 'bases'
 'install-bases'
 
      Make or install the Metafont '.base' files.  ⇒Initial
      Metafont.
 
 'mems'
 'install-mems'
      Make or install the MetaPost '.mem' files.  ⇒Initial
      MetaPost.
 
 'triptrap'
 'trip'
 'trap'
 'mptrap'
      To run the torture tests for TeX, Metafont, and MetaPost
      (respectively).  See the next section.