From 911b8231cdbd84b805b5b426a726dac330ecb211 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 23 Nov 2011 10:03:53 +0000 Subject: integrating ChangeLog generation with build system, removing ChangeLog from SVN control --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') 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 ACLOCAL_AMFLAGS = -I m4 +ChangeLog: + if test -f $(top_srcdir)/.svn/entries; then \ + svn log -v --xml -r HEAD:18264 | \ + xsltproc --stringparam strip-prefix "-" \ + --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ + fi -- cgit v1.2.3