[or-cvs] [tor/master 1/2] Mention libxml2-utils in our asciidoc dependencies

nickm at torproject.org nickm at torproject.org
Sat Apr 3 14:31:38 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue, 30 Mar 2010 14:53:30 +0200
Subject: Mention libxml2-utils in our asciidoc dependencies
Commit: a8089027e2ee38a66394ff6d11ac3074976f1d36

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.
---
 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 8e9e5ed..ea0efbe 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;
-- 
1.6.5




More information about the tor-commits mailing list