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