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