mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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 - > $@
|
||||
|
||||
Reference in New Issue
Block a user