projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655cff5
)
fix xslt invocation for change log generation
author
Christian Grothoff
<christian@grothoff.org>
Tue, 29 Nov 2011 20:42:23 +0000
(20:42 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 29 Nov 2011 20:42:23 +0000
(20:42 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 67e1cb3671405e95fd6eb1e0e5706f4067f3f03d..86dea6a2bba3ecb3b8ba7de6cffed9ba6aaee415 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-16,7
+16,8
@@
ACLOCAL_AMFLAGS = -I m4
ChangeLog:
if test -f $(top_srcdir)/.svn/entries; then \
svn log -v --xml -r HEAD:18264 | \
- xsltproc --stringparam strip-prefix "-" \
+ xsltproc --stringparam ignore-message-starting "-" \
+ --stringparam strip-prefix "gnunet" \
--stringparam include-rev "yes" $(top_srcdir)/contrib/svn2cl.xsl - > $@; \
fi