mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Auto-genenerate ChangeLog only when building from svn.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16119 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -188,6 +188,7 @@ intl-scm/guile-strings.c:
|
||||
SVN = svn
|
||||
XSLTPROC = xsltproc
|
||||
|
||||
if BUILDING_FROM_SVN
|
||||
# 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 NEWS really a good
|
||||
@@ -197,3 +198,4 @@ 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 - > $@
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user