home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / web2c / tex / convert < prev    next >
Encoding:
Text File  |  1995-04-02  |  279 b   |  12 lines

  1. #!/bin/sh
  2. # Convert TeX to C.
  3. srcdir=$1
  4. cat $srcdir/../lib/common.defines $srcdir/../lib/texmf.defines tex.p \
  5.     | ../web2c/web2c -t -htexmf.h \
  6.     | ../web2c/fixwrites -t \
  7.     | ../web2c/regfix \
  8.     | ../web2c/splitup
  9.  
  10. cat coerce.h $srcdir/coerce.add > xcoerce.h
  11. mv xcoerce.h coerce.h
  12.