All doc targets have their generation tools run conditionally. This will allow the creation of a tarball provided doxygen is present.
Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 89bbf88..457e480 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ m4_ifndef([XORG_MACROS_VERSION], [m4_fatal([must install xorg-macros 1.6 or later before running autoconf/autogen])]) XORG_MACROS_VERSION(1.6) XORG_DEFAULT_OPTIONS -XORG_ENABLE_DEVEL_DOCS(no) +XORG_ENABLE_DEVEL_DOCS XORG_WITH_DOXYGEN dnl Only build sgml docs when linuxdoc is available and dnl def.ents has been installed -- 1.6.0.4 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
