From daaaf5cd6bcb2add23aae07789a77113a3bcb9df Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 20 Dec 2005 09:08:34 +0000 Subject: [PATCH] add linkchecker script to pyflake files git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2994 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69208aac..95acc7b1 100644 --- a/Makefile +++ b/Makefile @@ -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'"