diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-11-23 10:08:16 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-11-23 10:08:16 +0000 |
commit | 59212e01c2807d205a0f0e9b2cab210dabd8de77 (patch) | |
tree | 205678ef39a60085f0549a939861c51ed9e8128d /Makefile.am | |
parent | ba0421c95e326a2b46e3762f3e6a6aed0f5f01ac (diff) |
making sure ChangeLog is properly generated on 'make dist'
git-svn-id: https://gnunet.org/svn/gnunet@18270 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6aa752048f..67e1cb3671 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,3 +19,8 @@ ChangeLog: xsltproc --stringparam strip-prefix "-" \ --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ fi + +dist: ChangeLog + +.PHONY: ChangeLog + |