[gtk+] [docs] Fix documentation build warnings



commit 48f572822cc472f998d6345ee004102c80af1c32
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Dec 18 03:42:41 2009 +0100

    [docs] Fix documentation build warnings
    
    Fix issues when using GI annotations so the xslt does a
    fallback if the local links do not exist.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604876

 docs/reference/gdk-pixbuf/gdk-pixbuf.sgml |    3 +++
 docs/reference/gdk/gdk-docs.sgml          |    5 ++++-
 docs/reference/gtk/gtk-docs.sgml          |    3 +++
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
index 28c7a90..675ad09 100644
--- a/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
+++ b/docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
@@ -186,4 +186,7 @@
       </address>
     </para>
   </appendix>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
 </book>
diff --git a/docs/reference/gdk/gdk-docs.sgml b/docs/reference/gdk/gdk-docs.sgml
index 6d48274..ab865ec 100644
--- a/docs/reference/gdk/gdk-docs.sgml
+++ b/docs/reference/gdk/gdk-docs.sgml
@@ -107,5 +107,8 @@
   <index id="api-index-2-18" role="2.18">
     <title>Index of new symbols in 2.18</title>
     <xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
-  </index>  
+  </index>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
 </book>
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml
index 265aef4..dc31b1a 100644
--- a/docs/reference/gtk/gtk-docs.sgml
+++ b/docs/reference/gtk/gtk-docs.sgml
@@ -499,4 +499,7 @@ that is, GUI components such as #GtkButton or #GtkTextView.
     <title>Index of new symbols in 2.20</title>
     <xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
   </index>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
 </book>



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