summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-10-02 21:51:13 -0400
committerJames Bowes <jbowes@redhat.com>2007-10-02 22:02:47 -0400
commit63e937cf144f0c61811bb6d842cfc22838a6b851 (patch)
tree7ccea04d35084633a2c16b5212cd635204e3a640 /Makefile
parent1ce955ec36f775d8fde2cb9d7943178e8b9d60da (diff)
downloadthird_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.tar.gz
third_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.tar.xz
third_party-func-63e937cf144f0c61811bb6d842cfc22838a6b851.zip
Fix up recursive pylint and pychecker rules.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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