Ignore some header files.
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 12 Jan 2010 12:27:11 +0000 (20:27 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 12 Jan 2010 12:27:11 +0000 (20:27 +0800)
docs/reference/ibus/Makefile.am
docs/reference/ibus/ibus-docs.sgml

index 254b474a036efb5fb875c49c06197c9d68707f4c..40c2d9ac4bd63c67ceb43e5ef366a80f58b2e77e 100644 (file)
@@ -47,7 +47,16 @@ CFILE_GLOB=$(top_srcdir)/src/*.c
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES= ibusconfigprivate.h
+IGNORE_HFILES= \
+       ibusconfigprivate.h \
+       ibusinternal.h \
+       keyname-table.h \
+       keysymdef.h \
+       ibusenumtypes.h \
+       stamp-ibusenumtypes.h \
+       ibusmarshalers.h \
+       stamp-ibusmarshalers.h \
+       $(NULL)
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
@@ -62,13 +71,13 @@ content_files=
 # e.g. expand_content_files=running.sgml
 expand_content_files=
 
-CFLAGS = \
+CFLAGS= \
        @GLIB2_CFLAGS@ \
        @GOBJECT2_CFLAGS@ \
        @GIO2_CFLAGS@ \
        @DBUS_CFLAGS@ \
        $(NULL)
-LDFLAGS        = \
+LDFLAGS= \
        @GLIB2_LIBS@ \
        @GOBJECT2_LIBS@ \
        @GIO2_LIBS@ \
index 0f0bb568ca2430b42392410c308191719e4980c7..3626e4dbcf3bc46d24ca8c1532f4ab6d7fef9d7b 100644 (file)
          radio boxes, and so on.
       </para>
       <xi:include href="xml/ibusattribute.xml"/>
+      <xi:include href="xml/ibusattrlist.xml"/>
       <xi:include href="xml/ibushotkey.xml"/>
       <xi:include href="xml/ibuslookuptable.xml"/>
       <xi:include href="xml/ibuspanelservice.xml"/>
       <xi:include href="xml/ibusproperty.xml"/>
+      <xi:include href="xml/ibusproplist.xml"/>
       <xi:include href="xml/ibustext.xml"/>
   </chapter>
   <chapter>
       <title>Internal</title>
       <para>Definition and functions for IBus internal use.</para>
       <xi:include href="xml/ibusdebug.xml"/>
-      <xi:include href="xml/ibusenumtypes.xml"/>
       <xi:include href="xml/ibuserror.xml"/>
-      <xi:include href="xml/ibusinternal.xml"/>
       <xi:include href="xml/ibusmainloop.xml"/>
-      <xi:include href="xml/ibusmarshalers.xml"/>
       <xi:include href="xml/ibusobject.xml"/>
       <xi:include href="xml/ibusserver.xml"/>
       <xi:include href="xml/ibusshare.xml"/>