[tracker/tracker-0.8] Fixes GB#619615: Include DC ontology in gtk-doc documentation



commit c04cf0b14e6e917d03b60a68389c5da0806f57d5
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue May 25 15:49:45 2010 +0200

    Fixes GB#619615: Include DC ontology in gtk-doc documentation

 docs/reference/ontology/Makefile.am        |    1 +
 docs/reference/ontology/ontology-docs.sgml |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/ontology/Makefile.am b/docs/reference/ontology/Makefile.am
index f753749..345e2e0 100644
--- a/docs/reference/ontology/Makefile.am
+++ b/docs/reference/ontology/Makefile.am
@@ -41,6 +41,7 @@ ONTOLOGY_EXPLANATIONS = 						\
 # The XMLs to generate from the Ontology info
 ONTOLOGY_INFOS_XML =							\
 	fts-properties.xml						\
+	dc-ontology.xml							\
 	nie-ontology.xml						\
 	nco-ontology.xml						\
 	nmo-ontology.xml						\
diff --git a/docs/reference/ontology/ontology-docs.sgml b/docs/reference/ontology/ontology-docs.sgml
index 20d8411..7831d0e 100644
--- a/docs/reference/ontology/ontology-docs.sgml
+++ b/docs/reference/ontology/ontology-docs.sgml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                "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'">
 <!ENTITY version SYSTEM "version.xml">
@@ -17,6 +17,7 @@
 <!ENTITY maemo-ontology SYSTEM "maemo-ontology.xml">
 <!ENTITY ncal-ontology SYSTEM "ncal-ontology.xml">
 <!ENTITY scal-ontology SYSTEM "scal-ontology.xml">
+<!ENTITY dc-ontology SYSTEM "dc-ontology.xml">
 <!ENTITY fts-properties SYSTEM "fts-properties.xml">
 ]>
 <book id="index">
@@ -59,6 +60,7 @@
     &maemo-ontology;
     &ncal-ontology;
     &scal-ontology;
+    &dc-ontology;
 
     &fts-properties;
   </part>
@@ -66,7 +68,7 @@
   <part id="ontology-notation-description">
     <title>Notation</title>
     <partintro>
-      Notation used in the diagrams describing each ontology. 
+      Notation used in the diagrams describing each ontology.
     </partintro>
     <figure id="ontology-notation">
       <title>Notation for ontology description</title>



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