all: handouts.html handouts.pdf clean: rm -f handouts.pdf handouts.html %.html: %.sgml jade -t sgml -i html -V nochunks -d ./ldp.dsl $^ > $@ %.pdf: %.html ./ldp_print $^ .PHONY: clean all