add .po format check; use py24-tabnanny script for tab checking

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3642 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-12-14 16:41:19 +00:00
parent d9e0b6ed11
commit 88a32ce505

View file

@ -116,12 +116,15 @@ dist-stamp: changelog
$(MAKE) dist
touch $@
# The check programs used here are mostly local scripts on my private system.
# So for other developers there is no need to execute this target.
.PHONY: check
check:
py-verify $(PYFILES)
py-find-nocoding $(PYFILES)
check-nosvneolstyle
python2.4 /usr/lib/python2.4/tabnanny.py $(PYFILES)
check-pofiles
py24-tabnanny $(PYFILES)