]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify how to build asciidoc files using homebrew on Mac OS X
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Fri, 20 Jul 2012 13:29:20 +0000 (14:29 +0100)
committerNick Mathewson <nickm@torproject.org>
Fri, 20 Jul 2012 13:49:02 +0000 (09:49 -0400)
doc/asciidoc-helper.sh

index 33e1360a71c035e891ab96c99bcf1cf07d3eeb60..dd420f7c4f6fe4145f97087eeed55ee1a683384e 100755 (executable)
@@ -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.