PAGES = index.html rules.html all: $(PAGES) clean: rm $(PAGES) %.html: %.j2.html base.j2.html j2 $< > $@