mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 15:30:29 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2415 e7d03fd6-7b0d-0410-9947-9c21f3af8025
10 lines
220 B
Makefile
10 lines
220 B
Makefile
po4a:
|
|
po4a --localized-charset=ISO-8859-15 po4a.conf
|
|
|
|
apidocs:
|
|
epydoc --html -o api --name "LinkChecker source documentation" --url ../index.html ../linkcheck/
|
|
|
|
clean:
|
|
rm -f *.pyc *.pyo *~
|
|
|
|
.PHONY: apidocs po4a clean
|