#
#
#   Makefile to test upmpost based on CWEB
#
#
test.ps: test.dvi smp.1
	dvips -Ppdf test

test.dvi: test.tex smp.1
	uplatex test
	uplatex test

smp.1: smp.mp
	upmpost -tex=uplatex smp

view: test.ps
	gsview32 test.ps

clean:
	rm -f *~ smp.1 smp.mpx test.dvi test.aux test.log test.ps *.log
