Commit 6424619e by Qiang Huang Committed by Serge Hallyn

configure.ac: add docbook-to-man to dbparsers

Debian and Ubuntu uses docbook2x-man, but some other distr like suse uses docbook-to-man. I think all of them should work on LXC. Signed-off-by: 's avatarQiang Huang <h.huangqiang@huawei.com> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent f0f1d8c0
...@@ -127,7 +127,7 @@ AC_ARG_ENABLE([doc], ...@@ -127,7 +127,7 @@ AC_ARG_ENABLE([doc],
if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
db2xman="" db2xman=""
dbparsers="docbook2x-man db2x_docbook2man docbook2man" dbparsers="docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
AC_MSG_CHECKING(for docbook2x-man) AC_MSG_CHECKING(for docbook2x-man)
for name in ${dbparsers}; do for name in ${dbparsers}; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment