[PATCH xserver 4/5] config: enable building documentation by default
Gaetan Nadon
memsize at videotron.ca
Wed Feb 10 11:10:30 PST 2010
All doc targets have their generation tools run conditionally.
This will allow the creation of a tarball provided doxygen is present.
Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
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
More information about the xorg-devel
mailing list