summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 18638d78e..567e7b5ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,15 +20,3 @@ doc_DATA = COPYING README
20 20
21ACLOCAL_AMFLAGS = -I m4 21ACLOCAL_AMFLAGS = -I m4
22 22
23ChangeLog:
24 if svn info > /dev/null; then \
25 svn log -v --xml -r HEAD:18409 | \
26 xsltproc --stringparam ignore-message-starting "-" \
27 --stringparam strip-prefix "gnunet" \
28 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
29 fi
30
31dist: ChangeLog
32
33.PHONY: ChangeLog
34