summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-04-01 12:00:26 +0100
committerMatthew Sackman <matthew@lshift.net>2010-04-01 12:00:26 +0100
commit7c691d118046c391dd03da7400aac4b371aa7b97 (patch)
treedba61b671d8e3aff34779c8ccec2cbd114ca1c63 /Makefile
parentcd1f96394e75496569201206a2db2ad80a9a1f83 (diff)
parent11783f7e7dd9e0a1382826093680c338664e4c57 (diff)
downloadrabbitmq-server-git-7c691d118046c391dd03da7400aac4b371aa7b97.tar.gz
Merging in from default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86521678a0..5c7089d440 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