Quoting Qiang Huang ([email protected]):
> 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 <[email protected]>

Acked-by: Serge E. Hallyn <[email protected]>

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 2d24937..576d210 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -127,7 +127,7 @@ AC_ARG_ENABLE([doc],
> 
>  if test "x$enable_doc" = "xyes" -o "x$enable_doc" = "xauto"; then
>       db2xman=""
> -     dbparsers="docbook2x-man db2x_docbook2man docbook2man"
> +     dbparsers="docbook2x-man db2x_docbook2man docbook2man docbook-to-man"
> 
>       AC_MSG_CHECKING(for docbook2x-man)
>       for name in ${dbparsers}; do
> -- 
> 1.8.3
> 
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to