summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2012-07-20 14:29:20 +0100
committerNick Mathewson <nickm@torproject.org>2012-07-20 09:49:02 -0400
commit5b853612fbc928e9477b06095838e76f37bce6fc (patch)
treea59d0c3001cff60581e2067869d78556b756a920
parentb355ddb20f534d772dcb42737ceb1d0264e2c3f1 (diff)
downloadtor-5b853612fbc928e9477b06095838e76f37bce6fc.tar.gz
tor-5b853612fbc928e9477b06095838e76f37bce6fc.zip
Clarify how to build asciidoc files using homebrew on Mac OS X
-rwxr-xr-xdoc/asciidoc-helper.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh
index 33e1360a71..dd420f7c4f 100755
--- a/doc/asciidoc-helper.sh
+++ b/doc/asciidoc-helper.sh
@@ -54,7 +54,9 @@ You need a working asciidoc installed to be able to build the manpage.
a2x is installed, but for some reason it isn't working. Sometimes
This happens because required docbook support files are missing.
Please install docbook-xsl, docbook-xml, and libxml2-utils (Debian) or
-similar.
+similar. If you use homebrew on Mac OS X, install the docbook formula
+and add "export XML_CATALOG_FILES=/usr/local/etc/xml/catalog" to your
+.bashrc
Alternatively, to build without manpages, use the --disable-asciidoc
argument when calling configure.