[gimp-help-2] Fixed bug in the automatic ChangeLog creation.
- From: Roman Joost <romanofski src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp-help-2] Fixed bug in the automatic ChangeLog creation.
- Date: Wed, 3 Jun 2009 02:48:45 -0400 (EDT)
commit ce161fb476ed96d6d29d48293d20c850c0913e68
Author: Roman Joost <romanofski gimp org>
Date: Wed Jun 3 16:46:00 2009 +1000
Fixed bug in the automatic ChangeLog creation.
The ChangeLog is now created from the last tagged release to HEAD. The
bug was, that the ChangeLog was created from the last tagged release to
the initial release of the gimp-help-2 module.
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9c2a5e7..c0c25b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -831,7 +831,7 @@ generate-changelog:
echo Creating ChangeLog && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git log --stat -t $(LAST_RELEASE_TAG) ) > ChangeLog.tmp \
+ $(top_srcdir)/missing --run git log --stat -t $(LAST_RELEASE_TAG)..HEAD ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp ; \
echo Failed to generate ChangeLog >&2 ); \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]