linkchecker/doc/Makefile
2009-07-29 21:53:52 +02:00

12 lines
220 B
Makefile

all:
test:
xmllint --valid --noout *.html
po4a:
po4a --localized-charset=UTF-8 po4a.conf
api:
epydoc --html -o api --name "LinkChecker source documentation" --url ../index.html ../linkcheck/
.PHONY: po4a api test