From 8e162912682fb133ecdd5dbba3afd27620804c1d Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 26 Mar 2008 22:08:10 +0000 Subject: Fix changelog generation to consider only the current branch. svn path=/trunk/; revision=8134 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5e4be8661..191f7ef25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache ChangeLog: @if test -f $(top_srcdir)/.svn/entries; then \ - svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE) | \ + svn log -v --xml -r HEAD:7394 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \ xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \ --stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \ fi -- cgit