diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-23 10:03:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-23 10:03:53 +0000 |
commit | 911b8231cdbd84b805b5b426a726dac330ecb211 (patch) | |
tree | 20b48061f25bace2355c4cc172e1c7bbc485e1d6 /Makefile.am | |
parent | cf92c4bd1b08d73a2656a703e7778ee0f8a00626 (diff) |
integrating ChangeLog generation with build system, removing ChangeLog from SVN control
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c8f3a4d982..6aa752048f 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 |