[gnome-disk-utility] Nuke gtk-doc usage for now
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Nuke gtk-doc usage for now
- Date: Wed, 15 Sep 2010 15:35:49 +0000 (UTC)
commit 0879d802b3369c4c7e2cf68c4db43a8722811876
Author: David Zeuthen <davidz redhat com>
Date: Wed Sep 15 11:35:04 2010 -0400
Nuke gtk-doc usage for now
It was never really set up correctly and it's causing issues with
autotools and dist checking.
Signed-off-by: David Zeuthen <davidz redhat com>
configure.ac | 4 +-
doc/Makefile.am | 91 +-----------------------------------
doc/gnome-disk-utility-docs.xml | 99 ---------------------------------------
doc/gnome-disk-utility.types | 28 -----------
4 files changed, 3 insertions(+), 219 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dc826f4..6789f3f 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])
# ***************************
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 002fb8b..52b3985 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,94 +1,5 @@
-## Process this file with automake to create Makefile.in.
-
NULL =
-
-AUTOMAKE_OPTIONS = 1.7
-
-# The name of the module.
-DOC_MODULE=gnome-disk-utility
-
-# The top-level SGML file.
-DOC_MAIN_SGML_FILE=gnome-disk-utility-docs.xml
-
-# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--ignore-headers="config.h devkit-disks-daemon-glue.h devkit-disks-device-glue.h gdu-private.h gdu-marshal.h gdu-shared.h" --rebuild-sections
-# The directory containing the source code. Relative to $(srcdir)
-DOC_SOURCE_DIR=../src/gdu --source-dir=../src/gdu-gtk
-
-# Used for dependencies
-HFILE_GLOB=$(top_srcdir)/src/gdu*/*.h
-CFILE_GLOB=$(top_srcdir)/src/gdu*/*.c
-
-# Headers to ignore
-IGNORE_HFILES= \
- $(NULL)
-
-# CFLAGS and LDFLAGS for compiling scan program. Only needed
-# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
- $(GTK_CFLAGS) \
- $(DBUS_GLIB_CFLAGS) \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/src \
- -I$(top_srcdir)/src/gdu \
- -I$(top_builddir)/src/gdu \
- -I$(top_srcdir)/src/gdu-gtk \
- -I$(top_builddir)/src/gdu-gtk \
- $(NULL)
-
-GTKDOC_LIBS = \
- $(GLIB2_LIBS) \
- $(GIO2_LIBS) \
- $(GIO_UNIX2_LIBS) \
- $(DBUS_GLIB_LIBS) \
- $(GNOME_KEYRING_LIBS) \
- $(top_builddir)/src/gdu/libgdu.la \
- $(top_builddir)/src/gdu-gtk/libgdu-gtk.la \
- $(NULL)
-
-# Extra options to supply to gtkdoc-mkdb
-MKDB_OPTIONS=--sgml-mode --output-format=xml \
- --ignore-files="devkit-disks-daemon-glue.h devkit-disks-device-glue.h gdu-private.h gdu-marshal.h gdu-shared.h"
-
-# Extra options to supply to gtkdoc-mktmpl
-MKTMPL_OPTIONS=
-
-# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
-content_files = \
- version.xml \
- $(NULL)
-
-# Images to copy into HTML directory
-HTML_IMAGES = \
- $(NULL)
-
-# Extra options to supply to gtkdoc-fixref
-FIXXREF_OPTIONS=
-
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in \
- $(NULL)
-
-include $(top_srcdir)/gtk-doc.make
-
-CLEANFILES += *~ \
- gnome-disk-utility-scan* \
- gnome-disk-utility.args \
- gnome-disk-utility.hierarchy \
- gnome-disk-utility.interfaces \
- gnome-disk-utility.prerequisites \
- gnome-disk-utility.signals \
- *.bak \
- gnome-disk-utility-decl-list.txt \
- gnome-disk-utility-decl.txt \
- gnome-disk-utility-overrides.txt \
- gnome-disk-utility-undeclared.txt \
- gnome-disk-utility-undocumented.txt \
- gnome-disk-utility-sections.txt \
- *.stamp \
- -rf html xml tmpl \
- $(NULL)
+EXTRA_DIST =
# Version information for marking the documentation
EXTRA_DIST += version.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]