[Xcb] Re: [Xcb-commit] 3 commits - acinclude.m4 doc src xcb.doxygen

Vincent Torri vtorri at univ-evry.fr
Sat Nov 18 22:47:40 PST 2006


>
>    Make doc installation work and simplify doc/Makefile.am.
>
>    Don't override the default htmldir with an unquoted copy.
>
>    Don't suppress `make` echoing on Doxygen commands.
>
>    Ensure the tutorial is always installed even if Doxygen isn't
>    available.
>
>    Take better advantage of the automake installation infrastructure.
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index 27fda42..186873c 100644
> --- a/acinclude.m4
> +++ b/acinclude.m4
> @@ -99,10 +99,6 @@ AC_DEFUN([AM_CHECK_DOXYGEN],
>     dnl Substitution
>     dnl
>     AC_SUBST([DOXYGEN])
> -    dnl according to the autoconf doc, htmldir == docdir == ${prefix}/share/doc/${PACKAGE_NAME}
> -    dnl I tried to use docdir, without success
> -    htmldir=${prefix}/share/doc/${PACKAGE_NAME}
> -    AC_SUBST(htmldir)

On my system, htmldir is empty. That's why I did that

Vincent


More information about the Xcb mailing list