From 8761c8e217659b68ba3c2b266bef1fab3e73e30a Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 18 Dec 2007 14:38:39 -0500 Subject: add /var/lib/func/* to packaging --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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/ -- cgit