浏览代码

Clarify how to build asciidoc files using homebrew on Mac OS X

Steven Murdoch 12 年之前
父节点
当前提交
5b853612fb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/asciidoc-helper.sh

+ 3 - 1
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.