From 75c649c0cd3800405d15b79d2bab30fcd88a84f3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 28 Jun 2006 17:40:40 -0400 Subject: Correct rpmlint errors --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a2560a..0e6d779 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +all: rpm + clean: -rm -f cobbler*.gz cobbler*.rpm MANIFEST -rm -rf cobbler-* dist build @@ -9,7 +11,7 @@ test: python tests/tests.py -rm -rf /tmp/_cobbler-* -install: clean manpage +rpm: clean manpage python setup.py sdist cp dist/*.gz . rpmbuild --define "_topdir %(pwd)" \ -- cgit