From a8089027e2ee38a66394ff6d11ac3074976f1d36 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Tue, 30 Mar 2010 14:53:30 +0200 Subject: 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. --- doc/asciidoc-helper.sh | 4 ++-- 1 file 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; -- cgit v1.2.3