[gnome-video-arcade] Use cached GTK-Doc API index if available.



commit beb7c55958d645722425fd9fdc00918732b09bca
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jan 12 19:19:48 2010 -0500

    Use cached GTK-Doc API index if available.
    
    Per Stefan Kost: http://www.advogato.org/person/ensonic/diary/99.html

 docs/reference/gnome-video-arcade-docs.sgml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gnome-video-arcade-docs.sgml b/docs/reference/gnome-video-arcade-docs.sgml
index 2cae164..e24ca55 100644
--- a/docs/reference/gnome-video-arcade-docs.sgml
+++ b/docs/reference/gnome-video-arcade-docs.sgml
@@ -1,6 +1,8 @@
 <?xml version="1.0"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
+<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
   <bookinfo>
     <title>GNOME Video Arcade Reference Manual</title>
@@ -49,7 +51,8 @@
 
   <xi:include href="database-schema.xml"/>
 
-  <index>
+  <index id="api-index-full">
     <title>Index</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
   </index>
 </book>



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