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