summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2014-03-08 14:52:48 +0100
committerSébastien Wilmet <swilmet@gnome.org>2014-03-08 15:02:12 +0100
commit9c6c2fe18d6b8d7a9451e5a575061765650a257e (patch)
tree59b283b9c10085b67eb4167d8ea96b24059e2f92 /docs
parente3e5a33509753976b4566de6c85a9d8487b813b0 (diff)
downloadgedit-9c6c2fe18d6b8d7a9451e5a575061765650a257e.tar.gz
doc: use --rebuild-types in SCAN_OPTIONS
The gedit.types file is not needed anymore, it is automatically re-generated.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am7
-rw-r--r--docs/reference/gedit-docs.sgml3
-rw-r--r--docs/reference/gedit.types32
3 files changed, 6 insertions, 36 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 694510676..f43db65cd 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -16,7 +16,7 @@ DOC_SOURCE_DIR = ../../gedit
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS = --deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS =
+SCAN_OPTIONS = --rebuild-types
# Extra options to supply to gtkdoc-mkdb.
MKDB_OPTIONS = --sgml-mode --output-format=xml
@@ -27,6 +27,9 @@ CFILE_GLOB = $(top_srcdir)/gedit/*.c
# Header files to ignore when scanning (These are internal to gedit).
IGNORE_HFILES = \
+ gedit-app-osx.h \
+ gedit-app-win32.h \
+ gedit-app-x11.h \
gedit-close-confirmation-dialog.h \
gedit-dirs.h \
gedit-document-input-stream.h \
@@ -80,6 +83,8 @@ GTKDOC_LIBS = \
$(top_builddir)/gedit/libgedit-private.la \
$(GEDIT_LIBS)
+MAINTAINERCLEANFILES = gedit.types
+
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/gedit-docs.sgml b/docs/reference/gedit-docs.sgml
index f680d1d70..893d03475 100644
--- a/docs/reference/gedit-docs.sgml
+++ b/docs/reference/gedit-docs.sgml
@@ -14,9 +14,7 @@
<xi:include href="xml/gedit-encodings-combo-box.xml"/>
<xi:include href="xml/gedit-file-chooser-dialog.xml"/>
<xi:include href="xml/gedit-message-bus.xml"/>
- <xi:include href="xml/gedit-message-type.xml"/>
<xi:include href="xml/gedit-message.xml"/>
- <xi:include href="xml/gedit-print-job-preview.xml"/>
<xi:include href="xml/gedit-print-job.xml"/>
<xi:include href="xml/gedit-progress-info-bar.xml"/>
<xi:include href="xml/gedit-statusbar.xml"/>
@@ -27,7 +25,6 @@
<xi:include href="xml/gedit-window-activatable.xml"/>
<xi:include href="xml/gedit-debug.xml"/>
<xi:include href="xml/gedit-encodings.xml"/>
- <xi:include href="xml/gedit-help.xml"/>
<xi:include href="xml/gedit-utils.xml"/>
</chapter>
</book>
diff --git a/docs/reference/gedit.types b/docs/reference/gedit.types
deleted file mode 100644
index 3e631964e..000000000
--- a/docs/reference/gedit.types
+++ /dev/null
@@ -1,32 +0,0 @@
-#include "gedit-app.h"
-#include "gedit-app-activatable.h"
-#include "gedit-document.h"
-#include "gedit-encodings.h"
-#include "gedit-encodings-combo-box.h"
-#include "gedit-file-chooser-dialog.h"
-#include "gedit-message.h"
-#include "gedit-message-bus.h"
-#include "gedit-notebook.h"
-#include "gedit-progress-info-bar.h"
-#include "gedit-statusbar.h"
-#include "gedit-tab.h"
-#include "gedit-view.h"
-#include "gedit-view-activatable.h"
-#include "gedit-window.h"
-#include "gedit-window-activatable.h"
-gedit_app_get_type
-gedit_app_activatable_get_type
-gedit_document_get_type
-gedit_encoding_get_type
-gedit_encodings_combo_box_get_type
-gedit_file_chooser_dialog_get_type
-gedit_message_get_type
-gedit_message_bus_get_type
-gedit_notebook_get_type
-gedit_progress_info_bar_get_type
-gedit_statusbar_get_type
-gedit_tab_get_type
-gedit_view_get_type
-gedit_view_activatable_get_type
-gedit_window_get_type
-gedit_window_activatable_get_type