all: base.dtd.ps node.dtd.ps

%.dtd.ps: %.dtd
	python plotdtd.py $< > $*.dot
	dot -Tps -o $<.ps $*.dot