diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-03-27 06:08:10 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-03-27 06:08:10 +0800 |
commit | 8e162912682fb133ecdd5dbba3afd27620804c1d (patch) | |
tree | 549ad64c4bed97c2e22f7ba03eec29de10561bfd | |
parent | ed52f7b2601b69c134e7843276f9aaa94f4cfa07 (diff) | |
download | gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar.gz gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar.bz2 gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar.lz gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar.xz gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.tar.zst gsoc2013-epiphany-8e162912682fb133ecdd5dbba3afd27620804c1d.zip |
Fix changelog generation to consider only the current branch.
svn path=/trunk/; revision=8134
-rw-r--r-- | Makefile.am | 2 |
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 |