From 63e937cf144f0c61811bb6d842cfc22838a6b851 Mon Sep 17 00:00:00 2001 From: James Bowes Date: Tue, 2 Oct 2007 21:51:13 -0400 Subject: Fix up recursive pylint and pychecker rules. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50b065e..5be4e59 100755 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1))) MESSAGESPOT=po/messages.pot TOPDIR = $(shell pwd) -DIRS = modules minion overlord func docs scripts -PYDIRS = modules minion overlord func scripts +DIRS = func docs scripts +PYDIRS = func scripts EXAMPLEDIR = examples INITDIR = init-scripts -- cgit