aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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