Update documentation to reflect the current version of libatspi
authorJavier Hernández <jhernandez@emergya.com>
Mon, 17 Feb 2014 23:17:00 +0000 (00:17 +0100)
committerMike Gorse <mgorse@suse.com>
Mon, 17 Mar 2014 22:06:51 +0000 (17:06 -0500)
configure.ac
doc/libatspi/libatspi-docs.sgml [deleted file]
doc/libatspi/libatspi-docs.sgml.in [new file with mode: 0644]

index b5e9943167bb275aa4a6c7b9e4d83a225ed58c39..630daef6edd5fb34ea89445e48f33399d691bce7 100644 (file)
@@ -220,6 +220,7 @@ dbind/dbind-config.h
        bus/Makefile
 doc/Makefile
 doc/libatspi/Makefile
+doc/libatspi/libatspi-docs.sgml
 test/Makefile
 atspi-2.pc
 atspi-2-uninstalled.pc
diff --git a/doc/libatspi/libatspi-docs.sgml b/doc/libatspi/libatspi-docs.sgml
deleted file mode 100644 (file)
index a396814..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<book id="index">
-  <bookinfo>
-    <title>libatspi Reference Manual</title>
-    <releaseinfo>
-      for libatspi 2.1.
-      The latest version of this documentation can be found on-line at
-      <ulink role="online-location" url="http://developer.gnome.org/libatspi/">http://developer.gnome.org/libatspi/</ulink>.
-    </releaseinfo>
-  </bookinfo>
-
-  <chapter>
-    <title>API reference</title>
-        <xi:include href="xml/atspi-text.xml"/>
-    <xi:include href="xml/atspi-stateset.xml"/>
-    <xi:include href="xml/atspi-application.xml"/>
-    <xi:include href="xml/atspi-collection.xml"/>
-    <xi:include href="xml/atspi-action.xml"/>
-    <xi:include href="xml/atspi-relation.xml"/>
-    <xi:include href="xml/atspi-image.xml"/>
-    <xi:include href="xml/atspi-matchrule.xml"/>
-    <xi:include href="xml/atspi-document.xml"/>
-    <xi:include href="xml/atspi-object.xml"/>
-    <xi:include href="xml/atspi-accessible.xml"/>
-    <xi:include href="xml/atspi-device-listener.xml"/>
-    <xi:include href="xml/atspi-hyperlink.xml"/>
-    <xi:include href="xml/atspi-editabletext.xml"/>
-    <xi:include href="xml/atspi-value.xml"/>
-    <xi:include href="xml/atspi-table.xml"/>
-    <xi:include href="xml/atspi-selection.xml"/>
-    <xi:include href="xml/atspi-event-listener.xml"/>
-    <xi:include href="xml/atspi-hypertext.xml"/>
-    <xi:include href="xml/atspi-component.xml"/>
-    <xi:include href="xml/atspi-registry.xml"/>
-    <xi:include href="xml/atspi-types.xml"/>
-    <xi:include href="xml/atspi-constants.xml"/>
-    <xi:include href="xml/atspi-misc.xml"/>
-    <xi:include href="xml/atspi-misc-private.xml"/>
-    <xi:include href="xml/atspi-listener-private.xml"/>
-
-  </chapter>
-  <chapter id="object-tree">
-    <title>Object Hierarchy</title>
-     <xi:include href="xml/tree_index.sgml"/>
-  </chapter>
-  <index id="api-index-full">
-    <title>API Index</title>
-    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
-  </index>
-
-  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
-</book>
diff --git a/doc/libatspi/libatspi-docs.sgml.in b/doc/libatspi/libatspi-docs.sgml.in
new file mode 100644 (file)
index 0000000..aa3a49e
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
+<book id="index">
+  <bookinfo>
+    <title>libatspi Reference Manual</title>
+    <releaseinfo>
+      for libatspi @PACKAGE_VERSION@.
+      The latest version of this documentation can be found on-line at
+      <ulink role="online-location" url="http://developer.gnome.org/libatspi/">http://developer.gnome.org/libatspi/</ulink>.
+    </releaseinfo>
+  </bookinfo>
+
+  <chapter>
+    <title>API reference</title>
+        <xi:include href="xml/atspi-text.xml"/>
+    <xi:include href="xml/atspi-stateset.xml"/>
+    <xi:include href="xml/atspi-application.xml"/>
+    <xi:include href="xml/atspi-collection.xml"/>
+    <xi:include href="xml/atspi-action.xml"/>
+    <xi:include href="xml/atspi-relation.xml"/>
+    <xi:include href="xml/atspi-image.xml"/>
+    <xi:include href="xml/atspi-matchrule.xml"/>
+    <xi:include href="xml/atspi-document.xml"/>
+    <xi:include href="xml/atspi-object.xml"/>
+    <xi:include href="xml/atspi-accessible.xml"/>
+    <xi:include href="xml/atspi-device-listener.xml"/>
+    <xi:include href="xml/atspi-hyperlink.xml"/>
+    <xi:include href="xml/atspi-editabletext.xml"/>
+    <xi:include href="xml/atspi-value.xml"/>
+    <xi:include href="xml/atspi-table.xml"/>
+    <xi:include href="xml/atspi-selection.xml"/>
+    <xi:include href="xml/atspi-event-listener.xml"/>
+    <xi:include href="xml/atspi-hypertext.xml"/>
+    <xi:include href="xml/atspi-component.xml"/>
+    <xi:include href="xml/atspi-registry.xml"/>
+    <xi:include href="xml/atspi-types.xml"/>
+    <xi:include href="xml/atspi-constants.xml"/>
+    <xi:include href="xml/atspi-misc.xml"/>
+    <xi:include href="xml/atspi-misc-private.xml"/>
+    <xi:include href="xml/atspi-listener-private.xml"/>
+
+  </chapter>
+  <chapter id="object-tree">
+    <title>Object Hierarchy</title>
+     <xi:include href="xml/tree_index.sgml"/>
+  </chapter>
+  <index id="api-index-full">
+    <title>API Index</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+  </index>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+</book>