.PHONY: upload index.html: $(wildcard *.xml) xsltproc --nonet --novalid --xinclude xhtml.xsl main.xml upload: index.html ./upload_files clean: $(RM) *.html