]> git.0d.be Git - empathy.git/commitdiff
Update Makefile.am to generate changelog since 2.26.1
authorXavier Claessens <xclaesse@gmail.com>
Mon, 18 May 2009 09:45:52 +0000 (11:45 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 18 May 2009 09:47:26 +0000 (11:47 +0200)
Makefile.am

index 3929d3931e0bc52871e9471e01a7cc2383604bcd..2b0b06807948d61e63fc3cdb11cba576479bcaf8 100644 (file)
@@ -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; \