[anjuta] manual: Fixed generation of gtk-doc reference to include all types



commit ed9336994e4d6f731257b5b7949fe08c134b809c
Author: Johannes Schmid <jhs gnome org>
Date:   Sun Mar 14 20:57:53 2010 +0100

    manual: Fixed generation of gtk-doc reference to include all types

 manuals/reference/libanjuta/Makefile.am            |    6 +-
 manuals/reference/libanjuta/libanjuta-sections.txt | 2020 --------------------
 manuals/reference/libanjuta/libanjuta.types        |  111 --
 3 files changed, 3 insertions(+), 2134 deletions(-)
---
diff --git a/manuals/reference/libanjuta/Makefile.am b/manuals/reference/libanjuta/Makefile.am
index 1f4a4bc..356784b 100644
--- a/manuals/reference/libanjuta/Makefile.am
+++ b/manuals/reference/libanjuta/Makefile.am
@@ -20,7 +20,7 @@ SCANGOBJ_OPTIONS=
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 
-SCAN_OPTIONS=
+SCAN_OPTIONS=--rebuild-sections --rebuild-types
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
@@ -37,8 +37,8 @@ FIXXREF_OPTIONS=
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
 # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
-HFILE_GLOB=$(top_srcdir)/libanjuta/*.h $(top_srcdir)/libanjuta/interfaces/*.h
-CFILE_GLOB=$(top_srcdir)/libanjuta/*.c $(top_srcdir)/libanjuta/interfaces/*.c
+HFILE_GLOB=$(top_srcdir)/libanjuta/*.h $(top_srcdir)/libanjuta/interfaces/ianjuta*.h
+CFILE_GLOB=$(top_srcdir)/libanjuta/*.c $(top_srcdir)/libanjuta/interfaces/ianjuta*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]