From 74092e309d7dfc8b82198bda2fc57535b9a573fd Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 22 May 2007 20:00:49 +0000 Subject: [PATCH] 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 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 75d4f86c8f..764407d1cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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