diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-08 13:47:13 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-08 13:47:13 +0100 |
commit | 5b9aeb0a9e957b084809679ca0fc83c24fde88d2 (patch) | |
tree | e2391b4e80a665da843939b89a6aa305341da810 /Makefile.am | |
parent | ac1f30dae37831e1092101abb0523558e650b4fd (diff) |
get rid of ChangeLog generation from svn, start new ChangeLog for Gitinitial-import-from-subversion-38251
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 18638d78e..567e7b5ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,15 +20,3 @@ doc_DATA = COPYING README ACLOCAL_AMFLAGS = -I m4 -ChangeLog: - if svn info > /dev/null; 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 - |