summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-08 13:41:07 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-08 13:41:07 -0400
commit7ee964ea8bc64284409c7ac053eb0c12b449aed6 (patch)
tree7f8c363cc27038cb56bd5737571c67e4cf1f33f9 /Makefile
parent072204fb8d3e351c2c6e67beb52de175cad0c979 (diff)
downloadthird_party-cobbler-7ee964ea8bc64284409c7ac053eb0c12b449aed6.tar.gz
third_party-cobbler-7ee964ea8bc64284409c7ac053eb0c12b449aed6.tar.xz
third_party-cobbler-7ee964ea8bc64284409c7ac053eb0c12b449aed6.zip
Apply scott henson's replicate patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6287f5d..af01e9f 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ messages: cobbler/*.py
sed -i'~' -e 's/SOME DESCRIPTIVE TITLE/cobbler/g' -e 's/YEAR THE PACKAGE'"'"'S COPYRIGHT HOLDER/2007 Red Hat, Inc. /g' -e 's/FIRST AUTHOR <EMAIL@ADDRESS>, YEAR/Michael DeHaan <mdehaan@redhat.com>, 2007/g' -e 's/PACKAGE VERSION/cobbler $(VERSION)-$(RELEASE)/g' -e 's/PACKAGE/cobbler/g' $(MESSAGESPOT)
-rpms: clean manpage sdist
+rpms: clean updatewui manpage sdist
mkdir -p rpm-build
cp dist/*.gz rpm-build/
rpmbuild --define "_topdir %(pwd)/rpm-build" \