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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-28
|
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