diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-03-30 14:53:30 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-03-30 14:53:30 +0200 |
commit | a8089027e2ee38a66394ff6d11ac3074976f1d36 (patch) | |
tree | 00e541201107d55e4554e0e291072a54c0388b98 | |
parent | cae769d646e721efff3c286a2c46769680dc01f5 (diff) | |
download | tor-a8089027e2ee38a66394ff6d11ac3074976f1d36.tar tor-a8089027e2ee38a66394ff6d11ac3074976f1d36.tar.gz |
Mention libxml2-utils in our asciidoc dependencies
Zax from #tor noticed that while we list docbook-xsl and docbook-xml
in our helpful error text when making the docs fails, we forgot to
also list libxml2-utils. Let's add that.
-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; |