diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-04 11:39:51 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-11-04 11:39:51 +0000 |
commit | b6ba2d8b09a60e30abc2ad576bc5fb5126d16ccb (patch) | |
tree | 71b7db998f019471b582eef6c440d6aad8023c57 /Makefile.am | |
parent | 30bf4a165eda33c14d493cdd2e91e5f0b3f614b9 (diff) | |
download | pykolab-b6ba2d8b09a60e30abc2ad576bc5fb5126d16ccb.tar.gz |
Merge stash - no changes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7b52297..d9bd36f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,9 +44,9 @@ tarball: make dist 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) + (GIT_DIR=.git git log $(PACKAGE)-$(VERSION) > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) -srpm: ChangeLog dist +srpm: ChangeLog tarball @rpmbuild -ts $(PACKAGE)-$(VERSION).tar.gz rpm: srpm |