summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-03-23 17:44:20 +0000
committerSimon MacMullen <simon@lshift.net>2010-03-23 17:44:20 +0000
commit8794f5cdc1690dc3081bb579ac53646136ab60a4 (patch)
tree1ab4998a62e717351b118bc1ba638265a2aeae19 /Makefile
parenta3831175081f8226314b80ee362145cecdced205 (diff)
downloadrabbitmq-server-git-8794f5cdc1690dc3081bb579ac53646136ab60a4.tar.gz
Handle multiline examples in man pages separately.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93c69e7f41..5dae522c06 100644
--- a/Makefile
+++ b/Makefile
@@ -199,7 +199,7 @@ distclean: clean
# xmlto can not read from standard input, so we mess with a tmp file.
%.gz: %.xml docs/examples-to-end.xsl
xsltproc docs/examples-to-end.xsl $< > $<.tmp && \
- xmlto man -o docs $<.tmp && \
+ xmlto man -o docs --stringparam man.indent.verbatims=0 $<.tmp && \
gzip -f docs/`basename $< .xml`
rm -f $<.tmp