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:
Christian Stimming
2007-05-22 20:00:49 +00:00
parent aa098de60b
commit 74092e309d

View File

@@ -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