linkchecker/doc/Makefile
2005-03-11 18:02:39 +00:00

10 lines
185 B
Makefile

po4a:
po4a po4a.conf
apidocs:
epydoc --html -o api --name "LinkChecker source documentation" --url ../index.html ../linkcheck/
clean:
rm -f *.pyc *.pyo
.PHONY: apidocs po4a clean