mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
12 lines
220 B
Makefile
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
|