default:V: pdos2.page

%.ps:D: %.tr
	pic $stem.tr |
	ppt >$stem.ps

%.page:V: %.ps
	page -b $stem.ps

%.pdf: %.ps
	gs -g640x480 -r72 -dBATCH \
		-dNOPAUSE -s'DEVICE='pdfwrite \
		-d'GraphicsAlphaBits=4' \
		-d'TextAlphaBits=4' \
		-d'CompatibilityLevel=1.2' \
		-s'OutputFile='$stem.pdf $stem.ps

