gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18391 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r18391 - gnunet
Date: Tue, 29 Nov 2011 21:42:23 +0100

Author: grothoff
Date: 2011-11-29 21:42:23 +0100 (Tue, 29 Nov 2011)
New Revision: 18391

Modified:
   gnunet/Makefile.am
Log:
fix xslt invocation for change log generation

Modified: gnunet/Makefile.am
===================================================================
--- gnunet/Makefile.am  2011-11-29 20:36:59 UTC (rev 18390)
+++ gnunet/Makefile.am  2011-11-29 20:42:23 UTC (rev 18391)
@@ -16,7 +16,8 @@
 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]