CPP = cpp all : *.html %.h : %.z bin/truequotes $< $@ %.html : %.h %_content.h structure.h bin/truequotes $< $@.y $(CPP) $@.y | grep -v '^#' | sed '/^$$/d' > $@ rm $@.y cp $@ ../src/..