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