SOURCES = $(shell echo *.rst) RSTARGS = --input-encoding=utf-8 all: threading.html %.html: %.rst rst2html.py $(RSTARGS) $< >$@ clean: rm *.html