aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-29 20:42:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-29 20:42:23 +0000
commit10f54c9e1fe25748d19f90fa6911e1c15c4b42fd (patch)
treebd49dc9d4e6316d1c44d699bcd6ab48c9b12cff3 /Makefile.am
parent655cff51ce8870623881177f9a511da451fa8f8f (diff)
downloadgnunet-10f54c9e1fe25748d19f90fa6911e1c15c4b42fd.tar.gz
gnunet-10f54c9e1fe25748d19f90fa6911e1c15c4b42fd.zip
fix xslt invocation for change log generation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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
16ChangeLog: 16ChangeLog:
17 if test -f $(top_srcdir)/.svn/entries; then \ 17 if test -f $(top_srcdir)/.svn/entries; then \
18 svn log -v --xml -r HEAD:18264 | \ 18 svn log -v --xml -r HEAD:18264 | \
19 xsltproc --stringparam strip-prefix "-" \ 19 xsltproc --stringparam ignore-message-starting "-" \
20 --stringparam strip-prefix "gnunet" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ 21 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21 fi 22 fi
22 23