.PHONY: clean
.SUFFIXES:

clean:
	rm -f *.html
	rm -f api/*.html
	make -C ./pydoc/ clean