summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2007-12-18 14:38:39 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2007-12-18 14:38:39 -0500
commit8761c8e217659b68ba3c2b266bef1fab3e73e30a (patch)
treea0022f6be80bb185a549be16d217ce0c710df34e /Makefile
parent7edb958265ec80fef5ab212dde58dc2d03507870 (diff)
downloadfunc-8761c8e217659b68ba3c2b266bef1fab3e73e30a.tar.gz
func-8761c8e217659b68ba3c2b266bef1fab3e73e30a.tar.xz
func-8761c8e217659b68ba3c2b266bef1fab3e73e30a.zip
add /var/lib/func/* to packaging
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37b42f3..7e02fb7 100755
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,11 @@ pyflakes:
-for d in $(PYDIRS); do ($(MAKE) -C $$d pyflakes ); done
money: clean
- -sloccount --addlang "makefile" $(TOPDIR) $(PYDIRS) $(EXAMPLEDIR) $(INITDIR)
-
+ -sloccount --addlang "makefile" $(TOPDIR) $(PYDIRS) $(EXAMPLEDIR) $(INITDIR)
+
+testit: clean
+ -cd test; sh test-it.sh
+
rpms: build manpage sdist
mkdir -p rpm-build
cp dist/*.gz rpm-build/