aboutsummaryrefslogtreecommitdiff
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 58cc6d18..3aa7f80c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,15 +25,3 @@ EXTRA_DIST = \
25 config.rpath \ 25 config.rpath \
26 install-sh mkinstalldirs 26 install-sh mkinstalldirs
27 27
28ChangeLog:
29 if test -f $(top_srcdir)/.svn/entries; then \
30 svn log -v --xml -r HEAD:18400 | \
31 xsltproc --stringparam ignore-message-starting "-" \
32 --stringparam strip-prefix "gnunet-gtk" \
33 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
34 fi
35
36dist: ChangeLog
37
38.PHONY: ChangeLog
39