summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2007-09-27 14:48:43 -0400
committerAdrian Likins <alikins@redhat.com>2007-09-27 14:48:43 -0400
commit59f78b9bd14862536a81b37b0534ee15984f873a (patch)
tree4e1813a4ddb2ae45006e7e80e5eebad0412600dd /Makefile
parent6d43e053d75e4a08a05cea84ffa266fdd8e81ddc (diff)
downloadfunc-59f78b9bd14862536a81b37b0534ee15984f873a.tar.gz
func-59f78b9bd14862536a81b37b0534ee15984f873a.tar.xz
func-59f78b9bd14862536a81b37b0534ee15984f873a.zip
top level targs for "pyflakes" and "pychecker"
just for kicks
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63408b8..789c591 100755
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ NEWRELEASE = $(shell echo $$(($(RELEASE) + 1)))
MESSAGESPOT=po/messages.pot
DIRS = modules minion overlord func docs
+PYDIRS = modules minion overlord func
all: rpms
@@ -74,6 +75,10 @@ sdist: messages
new-rpms: bumprelease rpms
+pychecker:
+ -for d in $(PYDIRS); do ($(MAKE) -C $$d pychecker ); done
+pyflakes:
+ -for d in $(PYDIRS); do ($(MAKE) -C $$d pyflakes ); done
rpms: build manpage sdist
mkdir -p rpm-build