aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index beda026c6..9e72851b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ ACLOCAL_AMFLAGS = -I m4
14 14
15ChangeLog: 15ChangeLog:
16 if test -f $(top_srcdir)/.svn/entries; then \ 16 if test -f $(top_srcdir)/.svn/entries; then \
17 svn log -v --xml -r HEAD:18264 | \ 17 svn log -v --xml -r HEAD:18409 | \
18 xsltproc --stringparam ignore-message-starting "-" \ 18 xsltproc --stringparam ignore-message-starting "-" \
19 --stringparam strip-prefix "gnunet" \ 19 --stringparam strip-prefix "gnunet" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ 20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \