summaryrefslogtreecommitdiff
path: root/Makefile
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
commit7b95e373a08605d787ac9914daf237038137d687 (patch)
tree68c0a31b3a2651608a14abaebdb940ac54f44cc7 /Makefile
parent82e36802cea188f815602522e0c3863a988ce0ba (diff)
downloadrabbitmq-server-git-7b95e373a08605d787ac9914daf237038137d687.tar.gz
fold(1) is POSIX and works consistently on macs as well as linux, unlike fmt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e50b186cdb..72cfcdf57b 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.