aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-07 11:06:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-07 11:06:36 +0000
commit21508561fc6c11fdf5d32d09b8e55c3750932507 (patch)
treecf53aa9c6e6b460ef9ec3628609c15601d60886e /Makefile.am
parentd7057d4ffea66ec77f90d57c5be0f8448c451f31 (diff)
downloadgnunet-21508561fc6c11fdf5d32d09b8e55c3750932507.tar.gz
gnunet-21508561fc6c11fdf5d32d09b8e55c3750932507.zip
-fix misc disting issues
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 d7f4541d6..0fbb50ddc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ doc_DATA = COPYING README
17ACLOCAL_AMFLAGS = -I m4 17ACLOCAL_AMFLAGS = -I m4
18 18
19ChangeLog: 19ChangeLog:
20 if test -f $(top_srcdir)/.svn/entries; then \ 20 if svn info > /dev/null; then \
21 svn log -v --xml -r HEAD:18409 | \ 21 svn log -v --xml -r HEAD:18409 | \
22 xsltproc --stringparam ignore-message-starting "-" \ 22 xsltproc --stringparam ignore-message-starting "-" \
23 --stringparam strip-prefix "gnunet" \ 23 --stringparam strip-prefix "gnunet" \