diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2010-03-22 21:52:15 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2010-03-22 21:52:15 +0000 |
| commit | 7b95e373a08605d787ac9914daf237038137d687 (patch) | |
| tree | 68c0a31b3a2651608a14abaebdb940ac54f44cc7 /Makefile | |
| parent | 82e36802cea188f815602522e0c3863a988ce0ba (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
