summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-04-25 18:00:28 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-04-25 18:00:28 +0200
commit775a41579c6ed5dd046aaed0eb5eacf8a48460f7 (patch)
tree999eef4bbf7bf1a4cde4ad13204d685c73852cc0 /Makefile
parentb03a14fc1649d2d79ec01c55d39884dce7c2d748 (diff)
parente5ece87867366158c38bb09baf1d35a43f110847 (diff)
downloadrabbitmq-server-git-775a41579c6ed5dd046aaed0eb5eacf8a48460f7.tar.gz
Merge branch 'stable'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64e496bfe6..1510d8995a 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,8 @@ clean-escripts:
opt='--stringparam man.indent.verbatims=0' ; \
xsltproc --novalid $(DOCS_DIR)/examples-to-end.xsl $< > $<.tmp && \
xmlto -vv -o $(DOCS_DIR) $$opt man $< 2>&1 | (grep -v '^Note: Writing' || :) && \
+ awk -F"'u " '/^\.HP / { print $$1; print $$2; next; } { print; }' "$@" > "$@.tmp" && \
+ mv "$@.tmp" "$@" && \
test -f $@ && \
rm $<.tmp