############################################################
# Makefile for tex.p
############################################################

RM=/bin/rm

default:	tex.p

tex.p:		tex.web ctex.ch
		../texware/tangle tex.web ctex.ch

veryclean:	clean
clean:
		$(RM) -f tex.p tex.pool
