short: output.ps striptext -c < output.sgml | wc -w built.sgml: source.xml dw2db ./dw2db < source.xml > built.sgml output.sgml: built.sgml builddb eps < built.sgml > output.sgml output.ps: output.sgml db2ps output.sgml output.pdf: output.ps ps2pdf output.ps clean: rm output* gen-* *~