aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-03-27 06:08:00 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-03-27 06:08:00 +0800
commit20f6b71564c394bb456c14be139ae442a8639bf8 (patch)
treeb364931203b96f0a3120c85d4ae0f9b363569677
parente17597984de952ba0b1c52d2e59cb9a9ad604ea3 (diff)
downloadgsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar.gz
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar.bz2
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar.lz
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar.xz
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.tar.zst
gsoc2013-epiphany-20f6b71564c394bb456c14be139ae442a8639bf8.zip
Fix changelog generation to consider only the current branch.
svn path=/branches/gnome-2-22/; revision=8133
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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