diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-15 11:17:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-15 11:18:25 -0400 |
commit | aa051b7573d4b7ab9867560b190808d5e67a34c7 (patch) | |
tree | 6143de5de6881dc09f5f38536c83832b2402295f /doc | |
parent | 10fb3398087133add9aff93740aff8f818edf242 (diff) | |
download | tor-aa051b7573d4b7ab9867560b190808d5e67a34c7.tar.gz tor-aa051b7573d4b7ab9867560b190808d5e67a34c7.zip |
Improve asciidoc-helper's suggestion of what to install
Fixes bug #7766.
Patch by David Fifield, revised by Peter Palfrader.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/asciidoc-helper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh index dd420f7c4f..c06b57026b 100755 --- a/doc/asciidoc-helper.sh +++ b/doc/asciidoc-helper.sh @@ -52,8 +52,8 @@ elif [ "$1" = "man" ]; then 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 +this happens because required docbook support files are missing. +Please install docbook-xsl, docbook-xml, and xmlto (Debian) or 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 |