aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-30 15:21:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-30 15:21:36 +0000
commit8e7e5b7c8ab504a686e52c36d210db86284b75f1 (patch)
tree156be67b460afeb87242a734639819252a1984c9 /Makefile.am
parenta0a5c9dec2a16928cb6e8f837fc6647c562441d9 (diff)
downloadgnunet-8e7e5b7c8ab504a686e52c36d210db86284b75f1.tar.gz
gnunet-8e7e5b7c8ab504a686e52c36d210db86284b75f1.zip
releasing GNUnet 0.9.0
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index beda026c6..9e72851b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ ACLOCAL_AMFLAGS = -I m4
14 14
15ChangeLog: 15ChangeLog:
16 if test -f $(top_srcdir)/.svn/entries; then \ 16 if test -f $(top_srcdir)/.svn/entries; then \
17 svn log -v --xml -r HEAD:18264 | \ 17 svn log -v --xml -r HEAD:18409 | \
18 xsltproc --stringparam ignore-message-starting "-" \ 18 xsltproc --stringparam ignore-message-starting "-" \
19 --stringparam strip-prefix "gnunet" \ 19 --stringparam strip-prefix "gnunet" \
20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ 20 --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \