all: $(HTML) %.html: %.txt pandoc -o $@ -B ../header.html $< clean: rm -f $(HTML)