summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2010-03-22 21:52:15 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2010-03-22 21:52:15 +0000
commitbcf3d681cef8a46517e625d620e070b9664fcdc8 (patch)
tree68c0a31b3a2651608a14abaebdb940ac54f44cc7
parent134c1ea18d4869b6943582f6bff8a6666e482f60 (diff)
downloadrabbitmq-server-bcf3d681cef8a46517e625d620e070b9664fcdc8.tar.gz
fold(1) is POSIX and works consistently on macs as well as linux, unlike fmt
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e50b186c..72cfcdf5 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ distclean: clean
%.usage.erl: %.1.xml docs/usage.xsl
xsltproc --stringparam modulename "`basename $< .1.xml | tr -d -`_usage" \
docs/usage.xsl $< | sed -e s/\\\"/\\\\\\\"/g | sed -e s/%QUOTE%/\\\"/g | \
- fmt -s > docs/`basename $< .1.xml`.usage.erl
+ fold -s > docs/`basename $< .1.xml`.usage.erl
# We rename the file before xmlto sees it since xmlto will use the name of
# the file to make internal links.