fix xslt invocation for change log generation
authorChristian Grothoff <christian@grothoff.org>
Tue, 29 Nov 2011 20:42:23 +0000 (20:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 29 Nov 2011 20:42:23 +0000 (20:42 +0000)
Makefile.am

index 67e1cb3671405e95fd6eb1e0e5706f4067f3f03d..86dea6a2bba3ecb3b8ba7de6cffed9ba6aaee415 100644 (file)
@@ -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