mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 17:43:11 +00:00
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:
parent
d9e0b6ed11
commit
88a32ce505
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue