summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Hernández <jhernandez@emergya.com>2014-03-04 10:05:12 +0100
committerMike Gorse <mgorse@suse.com>2014-03-17 17:11:47 -0500
commit327bf95ed1ab5c2380033de6e291995a518dc510 (patch)
tree6639bf29703a645df4501baabcec40948d508d3c
parenta49f39ec9c4497fda18081bfc5ddc5aec063f83d (diff)
downloadat-spi2-core-327bf95ed1ab5c2380033de6e291995a518dc510.tar.gz
Update documentation to reflect the current version of libatspi
-rw-r--r--configure.ac1
-rw-r--r--doc/libatspi/libatspi-docs.sgml3
-rw-r--r--doc/libatspi/version.xml.in1
3 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b5e99431..2742662c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,6 +220,7 @@ dbind/dbind-config.h
bus/Makefile
doc/Makefile
doc/libatspi/Makefile
+doc/libatspi/version.xml
test/Makefile
atspi-2.pc
atspi-2-uninstalled.pc
diff --git a/doc/libatspi/libatspi-docs.sgml b/doc/libatspi/libatspi-docs.sgml
index a3968149..2b064af3 100644
--- a/doc/libatspi/libatspi-docs.sgml
+++ b/doc/libatspi/libatspi-docs.sgml
@@ -3,12 +3,13 @@
"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'">
+ <!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
<bookinfo>
<title>libatspi Reference Manual</title>
<releaseinfo>
- for libatspi 2.1.
+ for libatspi &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>
diff --git a/doc/libatspi/version.xml.in b/doc/libatspi/version.xml.in
new file mode 100644
index 00000000..a24f9877
--- /dev/null
+++ b/doc/libatspi/version.xml.in
@@ -0,0 +1 @@
+@PACKAGE_VERSION@