summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-04-03 10:34:04 -0400
committerNick Mathewson <nickm@torproject.org>2010-04-03 10:34:04 -0400
commit7b3cd4dceb59aece863528b13d8eda19df6480a8 (patch)
tree932d13dd788faa2bda83783f85f69895f94d1a59
parent80d9737e705242891b24cc765cbbdc72187a34de (diff)
parenta8089027e2ee38a66394ff6d11ac3074976f1d36 (diff)
downloadtor-7b3cd4dceb59aece863528b13d8eda19df6480a8.tar.gz
tor-7b3cd4dceb59aece863528b13d8eda19df6480a8.zip
Merge commit 'sebastian/libxml'
-rwxr-xr-xdoc/asciidoc-helper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh
index 8e9e5eda3d..ea0efbefdc 100755
--- a/doc/asciidoc-helper.sh
+++ b/doc/asciidoc-helper.sh
@@ -49,8 +49,8 @@ elif [ "$1" = "man" ]; then
echo "==================================";
echo;
echo "a2x is installed, but some required docbook support files are";
- echo "missing. Please install docbook-xsl and docbook-xml (Debian)";
- echo "or similar.";
+ echo "missing. Please install docbook-xsl, docbook-xml, and";
+ echo "libxml2-utils (Debian) or similar.";
echo;
echo "==================================";
exit 1;