summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-05-18 11:45:52 +0200
committerXavier Claessens <xclaesse@gmail.com>2009-05-18 11:47:26 +0200
commit717754c54a9bdef3928fae794c4b756ddfa87e93 (patch)
tree6de1aa43f25115603d62cdff481464895660f97f /Makefile.am
parentc6321f543d21f1e0074281178ec2011c6294b1e7 (diff)
downloadtelepathy-account-widgets-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.gz
Update Makefile.am to generate changelog since 2.26.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3929d393..2b0b0680 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ distclean-local:
ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_24_0.. --stat) | fmt --split-only > $@.tmp \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_26_1.. --stat) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \