summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-02-25 14:48:05 +0000
committerSimon MacMullen <simon@lshift.net>2010-02-25 14:48:05 +0000
commit895719022357663145744bd9c038fe65166ef6db (patch)
tree30ce86b6af1dba1b0dbc787dd5f41895ca32bf20 /Makefile
parentc2a4431b59d492bd734df6878bd6d14490712add (diff)
downloadrabbitmq-server-git-895719022357663145744bd9c038fe65166ef6db.tar.gz
Further tweaks to usage messages: only show subcommand option lists, not descriptions, make a couple of corrections, explain <regexp>, rearrange, etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b8d6b4243..c1f2cf9f57 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ distclean: clean
%.usage.erl: %.1.xml
echo -n "%% Generated, do not edit!\n-module(`basename $< .1.xml | tr -d -`_usage).\n-export([usage/0]).\nusage() -> io:format(\"" > docs/`basename $< .1.xml`.usage.erl
- xsltproc docs/usage.xsl $< | sed -e s/\\\"/\\\\\\\"/g | fmt -s >> docs/`basename $< .1.xml`.usage.erl
+ xsltproc docs/usage.xsl $< | sed -e s/\\\"/\\\\\\\"/g | fmt -85 -s >> docs/`basename $< .1.xml`.usage.erl
echo '"), halt(1).' >> docs/`basename $< .1.xml`.usage.erl
docs/rabbitmqctl.html: docs/rabbitmqctl.1.xml