]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mention libxml2-utils in our asciidoc dependencies
authorSebastian Hahn <sebastian@torproject.org>
Tue, 30 Mar 2010 12:53:30 +0000 (14:53 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Tue, 30 Mar 2010 12:53:30 +0000 (14:53 +0200)
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

index 8e9e5eda3ddb90c4f253fa311e2dc3974162fd72..ea0efbefdca313950389ac55eab3688c7d263075 100755 (executable)
@@ -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;