summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-06-28 17:40:40 -0400
committerJim Meyering <jim@meyering.net>2006-06-28 17:40:40 -0400
commit75c649c0cd3800405d15b79d2bab30fcd88a84f3 (patch)
tree6ce014c6d97985ac52705a1d158f5618ffab9698 /Makefile
parent98bdc7c86a28eafbab15061e9a5d0fd4f5cdace1 (diff)
downloadthird_party-cobbler-75c649c0cd3800405d15b79d2bab30fcd88a84f3.tar.gz
third_party-cobbler-75c649c0cd3800405d15b79d2bab30fcd88a84f3.tar.xz
third_party-cobbler-75c649c0cd3800405d15b79d2bab30fcd88a84f3.zip
Correct rpmlint errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)" \