ROOT := . include $(ROOT)/website.mak PAGES := index projects about \ essays/index essays/document-authoring-wishlist essays/bits-missing-from-docbook \ research/template-performance/index FORMATS := xhtml html SUBDIRS := research/template-performance resume all : $(TARGETS) foaf.rdf.asc $(addsuffix -all,$(SUBDIRS)) $(addsuffix -all,$(SUBDIRS)) : %-all : % $(MAKE) all -C "$<" %.asc : % gpg --armor --detach-sign $< upload : all ./do-rsync.sh