mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 04:36:21 +00:00
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: Qiang Huang <h.huangqiang@huawei.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
f0f1d8c076
commit
6424619e40
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user