aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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" \