summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-07-27 17:24:35 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-07-28 11:43:05 +0100
commita8eb5bd461369979d75d40a1a6d17aa43141643e (patch)
tree6c52a0a24ae1a00f86b5040f774af2302594fc90 /Makefile.am
parent76140c5f521a8912786c292a2699b48a7b873d16 (diff)
downloadclutter-a8eb5bd461369979d75d40a1a6d17aa43141643e.tar.gz
[build] Generate ChangeLog from the Git import
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d317d770e..e794e4263 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,8 @@ MAINTAINERCLEANFILES = \
missing \
$(NULL)
-PREV_RELEASE=$(CLUTTER_MAJOR_VERSION).$$(echo "$(CLUTTER_MINOR_VERSION)-1" | bc)
+#PREV_RELEASE=$(CLUTTER_MAJOR_VERSION).$$(echo "$(CLUTTER_MINOR_VERSION)-1" | bc)
+PREV_RELEASE=git-import
dist-hook:
@if test -d "$(srcdir)/.git"; \
@@ -71,7 +72,7 @@ dist-hook:
echo Creating ChangeLog && \
( cd "$(top_srcdir)" && \
echo '# Generated by configure. Do no edit.'; echo; \
- $(top_srcdir)/missing --run perl $(top_srcdir)/build/gen-changelog.pl $$from.0..$$to ) > ChangeLog.tmp \
+ $(top_srcdir)/missing --run perl $(top_srcdir)/build/gen-changelog.pl $$from..$$to ) > ChangeLog.tmp \
&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
|| ( rm -f ChangeLog.tmp ; \
echo Failed to generate ChangeLog >&2 ); \