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