From 64e9b34432abc40eff43a03798db45d757d6ca7d Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 5 Jan 2009 23:15:21 +0100 Subject: Various packaging fixed from review (#225246) Various packaging fixed from review (#225246) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f7a930bf..af327216a 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ tag: ChangeLog: (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) -archive: tag +archive-no-tag: @rm -f ChangeLog docs/kickstart-docs.txt docs/command-line.txt @make ChangeLog @make -C docs kickstart-docs.txt command-line.txt @@ -120,6 +120,10 @@ archive: tag @bzip2 -f anaconda-$(VERSION).tar @rm -rf anaconda-$(VERSION) +archive: + @make tag + @make archive-no-tag + src: archive @rpmbuild -ts --nodeps anaconda-$(VERSION).tar.bz2 || exit 1 @rm -f anaconda-$(VERSION).tar.bz2 -- cgit