summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-04-17 23:22:08 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-04-17 23:22:08 -0400
commitf88ab902430d3c01a83b980bf723058507c08d1f (patch)
tree3148e2938bcadc48363e24492c387a3022aea4e3
parent0564202a417e3d8eb6aad2c93c6d5e716f967549 (diff)
downloadpango-f88ab902430d3c01a83b980bf723058507c08d1f.tar.gz
[Makefile.am] Minor cleanup
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 59d3f02e..78156f5e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,11 +56,14 @@ MAINTAINERCLEANFILES = \
### ChangeLog generation
+CHANGELOG_START = 1.23.0^^
+
ChangeLog: $(srcdir)/ChangeLog
$(srcdir)/ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 1.23.0^^.. --stat) | fmt --split-only > $@.tmp \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run \
+ git log $(CHANGELOG_START).. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \