Update start SVN revision of this year's ChangeLog generation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22879 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2013-04-06 20:42:45 +00:00
parent 65c91906f2
commit d265eb4a6d

View File

@@ -193,7 +193,7 @@ if BUILDING_FROM_SCM
# idea? Before a release, NEWS will get updated because of the version
# change, so this should fit just fine.)
ChangeLog: NEWS
$(SVN) log -v --xml -r HEAD:20021 http://svn.gnucash.org/repo/gnucash | \
$(SVN) log -v --xml -r HEAD:22687 http://svn.gnucash.org/repo/gnucash | \
$(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \
--stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@
endif