#!/bin/sh
# Convert TeX to C.
#
cat ../common/common.defines ../common/texmf.defines isitex.defines tex.p \
| ../web2c/web2c -t -h../common/texmf.h \
| ../web2c/fixwrites -t \
| ../web2c/regfix \
| ../web2c/splitup
cat coerce.h fixcoerce.h > xcoerce.h
mv xcoerce.h coerce.h