summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-03-29 11:25:34 +0100
committerMatthew Sackman <matthew@lshift.net>2010-03-29 11:25:34 +0100
commit433f39d115823ef85219231a94348910e536eb10 (patch)
treeb16a6b325fbc182bc3cbe0c95763bc9a07c37943 /Makefile
parent15f088c3548423489161324c3b8bb8f6c1ed0b7a (diff)
parent8794f5cdc1690dc3081bb579ac53646136ab60a4 (diff)
downloadrabbitmq-server-git-433f39d115823ef85219231a94348910e536eb10.tar.gz
Merging bug 22554 onto default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd77e0e2d6..c946f92b43 100644
--- a/Makefile
+++ b/Makefile
@@ -202,7 +202,7 @@ distclean: clean
# xmlto can not read from standard input, so we mess with a tmp file.
%.gz: %.xml $(DOCS_DIR)/examples-to-end.xsl
xsltproc $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
- xmlto man -o $(DOCS_DIR) $<.tmp && \
+ xmlto man -o $(DOCS_DIR) --stringparam man.indent.verbatims=0 $<.tmp && \
gzip -f $(DOCS_DIR)/`basename $< .xml`
rm -f $<.tmp