diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 010914d2..16476983 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -24,7 +24,7 @@ ChangeLog: | |||
24 | if test -f $(top_srcdir)/.svn/entries; then \ | 24 | if test -f $(top_srcdir)/.svn/entries; then \ |
25 | svn log -v --xml -r HEAD:18395 | \ | 25 | svn log -v --xml -r HEAD:18395 | \ |
26 | xsltproc --stringparam ignore-message-starting "-" \ | 26 | xsltproc --stringparam ignore-message-starting "-" \ |
27 | --stringparam strip-prefix "gnunet" \ | 27 | --stringparam strip-prefix "gnunet-gtk" \ |
28 | --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ | 28 | --stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \ |
29 | fi | 29 | fi |
30 | 30 | ||