diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-04-03 10:34:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-04-03 10:34:04 -0400 |
commit | 7b3cd4dceb59aece863528b13d8eda19df6480a8 (patch) | |
tree | 932d13dd788faa2bda83783f85f69895f94d1a59 | |
parent | 80d9737e705242891b24cc765cbbdc72187a34de (diff) | |
parent | a8089027e2ee38a66394ff6d11ac3074976f1d36 (diff) | |
download | tor-7b3cd4dceb59aece863528b13d8eda19df6480a8.tar tor-7b3cd4dceb59aece863528b13d8eda19df6480a8.tar.gz |
Merge commit 'sebastian/libxml'
-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 8e9e5eda3..ea0efbefd 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; |