added python remark to hacking This line, and those below, will be ignored
[oweals/gnunet.git] / Makefile.am
index 1c92c1fb8125ed4de07d43279aa2fdfb6f7dc21e..9e72851b38e06731dbb71393d095972c9075ff1a 100644 (file)
@@ -1,11 +1,10 @@
 INCLUDES = -I$(top_srcdir)/src/include
-SUBDIRS  = contrib m4 src po pkgconfig
+SUBDIRS  = contrib doc m4 src po pkgconfig
 
 EXTRA_DIST = \
  ABOUT-NLS \
  config.rpath \
  install-sh \
- HACKING \
  acinclude.m4
 
 gnunetincludedir = $(includedir)/gnunet
@@ -13,3 +12,15 @@ gnunetinclude_HEADERS = gnunet_config.h
 
 ACLOCAL_AMFLAGS = -I m4
 
+ChangeLog:
+       if test -f $(top_srcdir)/.svn/entries; then \
+               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
+