#!/bin/sh
# Convert TeX to C.

cat ../lib/common.defines ../lib/texmf.defines tex.p \
	| ../web2c/web2c -t -htexmf.h \
	| ../web2c/fixwrites -t \
	| ../web2c/regfix \
	| ../web2c/splitup

sync

cat coerce.h fixcoerce.h > xcoerce.h
mv xcoerce.h coerce.h
