.PHONY: all clean all: $(WWW_ROOT)/branches.html $(WWW_ROOT)/branches_slides.html cp *.png *.svg $(WWW_ROOT) $(WWW_ROOT)/branches.html: branches.md pandoc --template ../www/template.html --toc --toc-depth 1 --include-before ../www/before.html -s -o $@ $< $(WWW_ROOT)/branches_slides.html: branches.md pandoc --template ../www/template_slidy.html --toc-depth 1 -t slidy -s -o $@ $< clean: