mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
API docs
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2158 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ef8613f2c7
commit
44790a257a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue