aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c8f3a4d98..6aa752048 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,3 +13,9 @@ gnunetinclude_HEADERS = gnunet_config.h
13 13
14ACLOCAL_AMFLAGS = -I m4 14ACLOCAL_AMFLAGS = -I m4
15 15
16ChangeLog:
17 if test -f $(top_srcdir)/.svn/entries; then \
18 svn log -v --xml -r HEAD:18264 | \
19 xsltproc --stringparam strip-prefix "-" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21 fi