From 10f54c9e1fe25748d19f90fa6911e1c15c4b42fd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 29 Nov 2011 20:42:23 +0000 Subject: [PATCH] fix xslt invocation for change log generation --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 67e1cb367..86dea6a2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,8 @@ ACLOCAL_AMFLAGS = -I m4 ChangeLog: if test -f $(top_srcdir)/.svn/entries; then \ svn log -v --xml -r HEAD:18264 | \ - xsltproc --stringparam strip-prefix "-" \ + xsltproc --stringparam ignore-message-starting "-" \ + --stringparam strip-prefix "gnunet" \ --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ fi -- 2.25.1