aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-23 10:03:53 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-23 10:03:53 +0000
commit911b8231cdbd84b805b5b426a726dac330ecb211 (patch)
tree20b48061f25bace2355c4cc172e1c7bbc485e1d6 /Makefile.am
parentcf92c4bd1b08d73a2656a703e7778ee0f8a00626 (diff)
downloadgnunet-911b8231cdbd84b805b5b426a726dac330ecb211.tar.gz
gnunet-911b8231cdbd84b805b5b426a726dac330ecb211.zip
integrating ChangeLog generation with build system, removing ChangeLog from SVN control
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
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
13 13
14ACLOCAL_AMFLAGS = -I m4 14ACLOCAL_AMFLAGS = -I m4
15 15
16ChangeLog:
17 if test -f $(top_srcdir)/.svn/entries; then \
18 svn log -v --xml -r HEAD:18264 | \
19 xsltproc --stringparam strip-prefix "-" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21 fi