aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-23 10:08:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-23 10:08:16 +0000
commitf22a43a4d295fc10482e0f79e5f03dcf8c995c66 (patch)
tree205678ef39a60085f0549a939861c51ed9e8128d /Makefile.am
parent3f2ccf1ee677d64439fe56a32d9cc392420e4fb2 (diff)
downloadgnunet-f22a43a4d295fc10482e0f79e5f03dcf8c995c66.tar.gz
gnunet-f22a43a4d295fc10482e0f79e5f03dcf8c995c66.zip
making sure ChangeLog is properly generated on 'make dist'
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 6aa752048..67e1cb367 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,3 +19,8 @@ ChangeLog:
19 xsltproc --stringparam strip-prefix "-" \ 19 xsltproc --stringparam strip-prefix "-" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ 20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
21 fi 21 fi
22
23dist: ChangeLog
24
25.PHONY: ChangeLog
26