aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-11-23 10:08:16 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-11-23 10:08:16 +0000
commit59212e01c2807d205a0f0e9b2cab210dabd8de77 (patch)
tree205678ef39a60085f0549a939861c51ed9e8128d /Makefile.am
parentba0421c95e326a2b46e3762f3e6a6aed0f5f01ac (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.am5
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
+