ASCIIDOC_OPTS = \ -f asciidoc.conf HTML_SOURCES = readme hacking translating HTML_PAGES = readme.html hacking.html translating.html %.html: %.txt asciidoc.conf asciidoc $(ASCIIDOC_OPTS) --out-file=./$@ $*.txt all: $(HTML_PAGES) .PHONY: all