[gnome-disk-utility] Don't build API docs by default
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Don't build API docs by default
- Date: Mon, 15 Mar 2010 22:45:23 +0000 (UTC)
commit c7abb5dc1ebe9fe6411ef7559cbe0dc66724d335
Author: David Zeuthen <davidz redhat com>
Date: Mon Mar 15 18:43:29 2010 -0400
Don't build API docs by default
The gtk-doc setup is not really maintained so current API docs are
really bad. So disable it for now.
Signed-off-by: David Zeuthen <davidz redhat com>
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8236577..e4d33bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,8 +113,8 @@ GNOME_COMPILE_WARNINGS([maximum])
GNOME_MAINTAINER_MODE_DEFINES
AC_ARG_ENABLE(gtk-doc, AS_HELP_STRING([--enable-gtk-doc],
- [use gtk-doc to build documentation [default=yes]]),,
- enable_gtk_doc=yes)
+ [use gtk-doc to build documentation [default=no]]),,
+ enable_gtk_doc=no)
GTK_DOC_CHECK([1.3])
# ***************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]