aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/libappindicator-docs.sgml.in
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-11 10:32:27 -0600
committerTed Gould <ted@gould.cx>2009-12-11 10:32:27 -0600
commitab6e7dd5f082fe9dca939861ba0346eea7ec1baf (patch)
treecf63f872a9e201dea177eaa441af2f1ae7c8481a /docs/reference/libappindicator-docs.sgml.in
parentd0ff3d26c7709c09a649657f92da9b3a25578f35 (diff)
parent820519323b1b8217a9b58c4bd5375fd83eb828c0 (diff)
downloadayatana-indicator-application-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.tar.gz
ayatana-indicator-application-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.tar.bz2
ayatana-indicator-application-ab6e7dd5f082fe9dca939861ba0346eea7ec1baf.zip
Adding extra files to the distribution tarball and making the documentation include the version number.
Diffstat (limited to 'docs/reference/libappindicator-docs.sgml.in')
-rw-r--r--docs/reference/libappindicator-docs.sgml.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/reference/libappindicator-docs.sgml.in b/docs/reference/libappindicator-docs.sgml.in
new file mode 100644
index 0000000..3a8e5de
--- /dev/null
+++ b/docs/reference/libappindicator-docs.sgml.in
@@ -0,0 +1,30 @@
+<?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>libappindicator Reference Manual</title>
+ <releaseinfo>
+ for libappindicator @VERSION@
+ </releaseinfo>
+ </bookinfo>
+
+ <chapter>
+ <title>Base Classes for Applications</title>
+ <xi:include href="xml/app-indicator.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>