HTML = index.html demo.html download.html docs.html upload.html examples.html example_in.html INCLUDES = ../header.tt ../footer.tt ../main_menu.tt apat_menu.tt version.tt all: $(HTML) clean: \rm $(HTML) %.html : %.tt $(INCLUDES) tpage $< > $@