mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
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.
This commit is contained in:
parent
cae769d646
commit
a8089027e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user