added python remark to hacking This line, and those below, will be ignored
[oweals/gnunet.git] / Makefile.am
index 6aa752048f3c0772c39fff22a09ad1ed24aa98bd..9e72851b38e06731dbb71393d095972c9075ff1a 100644 (file)
@@ -5,7 +5,6 @@ EXTRA_DIST = \
  ABOUT-NLS \
  config.rpath \
  install-sh \
- HACKING \
  acinclude.m4
 
 gnunetincludedir = $(includedir)/gnunet
@@ -15,7 +14,13 @@ ACLOCAL_AMFLAGS = -I m4
 
 ChangeLog:
        if test -f $(top_srcdir)/.svn/entries; then \
-               svn log -v --xml -r HEAD:18264 | \
-                       xsltproc --stringparam strip-prefix "-" \
+               svn log -v --xml -r HEAD:18409 | \
+                       xsltproc --stringparam ignore-message-starting "-" \
+                                --stringparam strip-prefix "gnunet" \
                                 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
        fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
+