Make ChangeLog depend on NEWS rather than on configure.in. Update svn:ignore.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16031 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2007-04-30 09:50:35 +00:00
parent 6961f8a1f1
commit b7760c7171

View File

@@ -189,10 +189,10 @@ XSLTPROC = xsltproc
# This rule will generate a ChangeLog of gnucash/trunk commits, plus
# all additional branches that are added in
# ./macros/svn2cl.xsl. (FIXME: Is the dependency on configure.in
# really a good idea? Before a release, configure.in will get updated
# because of the version change, so this should fit just fine.)
ChangeLog: configure.in
# ./macros/svn2cl.xsl. (FIXME: Is the dependency on NEWS really a good
# 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:15287 http://svn.gnucash.org/repo/gnucash | \
$(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \
--stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@