RST2HTML = rst2html all: airtunes2.html %.html: %.rst $(RST2HTML) $< $@ || { rm -f $@; exit 1; } clean: rm -f airtunes2.html