.PHONY: all clean all: ../tmp/installation.html ../tmp/installation_slides.html cp *.png ../tmp ../tmp/installation.html: installation.md pandoc --template ../www/template.html --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $< ../tmp/installation_slides.html: installation.md pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $< clean: