소스 검색

Merge commit 'sebastian/libxml'

Nick Mathewson 15 년 전
부모
커밋
7b3cd4dceb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/asciidoc-helper.sh

+ 2 - 2
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;