[tor-bugs] #7766 [Tor]: Add xsltproc to the list of asciidoc-helper's Debian packages
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Mar 15 14:55:24 UTC 2013
#7766: Add xsltproc to the list of asciidoc-helper's Debian packages
---------------------+------------------------------------------------------
Reporter: dcf | Owner:
Type: task | Status: needs_review
Priority: trivial | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version:
Keywords: | Parent:
Points: | Actualpoints:
---------------------+------------------------------------------------------
Comment(by weasel):
The .deb build depends on asciidoc (>= 8.2), docbook-xml, docbook-xsl,
xmlto.
I suggest we add xmlto to the list in asciidoc-helper.sh:
{{{
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh
index dd420f7..c06b570 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
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7766#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list