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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-02
|
279 b
|
12 lines
#!/bin/sh
# Convert TeX to C.
srcdir=$1
cat $srcdir/../lib/common.defines $srcdir/../lib/texmf.defines tex.p \
| ../web2c/web2c -t -htexmf.h \
| ../web2c/fixwrites -t \
| ../web2c/regfix \
| ../web2c/splitup
cat coerce.h $srcdir/coerce.add > xcoerce.h
mv xcoerce.h coerce.h