git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2158 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-19 00:35:31 +00:00
parent ef8613f2c7
commit 44790a257a

View file

@ -17,4 +17,7 @@ homepage: nav
clean:
rm -f $(NAVFILES) $(HTMLFILES) *.pyc *.pyo
apidocs:
epydoc --html -o api --name "LinkChecker source documentation" --url ../index.html ../linkcheck/
.PHONY: all clean homepage nav apidocs