home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / web2c / tex / convert < prev    next >
Encoding:
Text File  |  1996-09-28  |  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.