add linkchecker script to pyflake files

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2994 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-12-20 09:08:34 +00:00
parent 51f48790aa
commit daaaf5cd6b

View file

@ -121,7 +121,7 @@ pylint:
.PHONY: pyflakes
pyflakes:
$(PYFLAKES) *.py scripts tests linkcheck | \
$(PYFLAKES) *.py linkchecker scripts tests linkcheck config | \
grep -v "redefinition of unused 'linkcheck'" | \
grep -v "undefined name '_'" | \
grep -v "undefined name '_n'"