diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 17:45:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-05-18 17:47:26 +0800 |
commit | 717754c54a9bdef3928fae794c4b756ddfa87e93 (patch) | |
tree | 6de1aa43f25115603d62cdff481464895660f97f /Makefile.am | |
parent | c6321f543d21f1e0074281178ec2011c6294b1e7 (diff) | |
download | gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.gz gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.bz2 gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.lz gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.xz gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.tar.zst gsoc2013-empathy-717754c54a9bdef3928fae794c4b756ddfa87e93.zip |
Update Makefile.am to generate changelog since 2.26.1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3929d3931..2b0b06807 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; \ |