outputs = blog.xhtml blog.atom duchnik.xhtml all: $(outputs) %.xhtml: %.tdb xhtml.xsl bibDB.xsl xsltproc -o $@ xhtml.xsl $< %.atom: %.xhtml atom.xsl xsltproc -o $@ atom.xsl $< clean: @rm -f *~ @rm -rf output/ distclean: clean rm -f $(outputs)