diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-03-29 11:25:34 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-03-29 11:25:34 +0100 |
| commit | 433f39d115823ef85219231a94348910e536eb10 (patch) | |
| tree | b16a6b325fbc182bc3cbe0c95763bc9a07c37943 /Makefile | |
| parent | 15f088c3548423489161324c3b8bb8f6c1ed0b7a (diff) | |
| parent | 8794f5cdc1690dc3081bb579ac53646136ab60a4 (diff) | |
| download | rabbitmq-server-git-433f39d115823ef85219231a94348910e536eb10.tar.gz | |
Merging bug 22554 onto default
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
