summaryrefslogtreecommitdiffstats
path: root/doc/ConsoleKit.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ConsoleKit.xml.in')
-rw-r--r--doc/ConsoleKit.xml.in23
1 files changed, 16 insertions, 7 deletions
diff --git a/doc/ConsoleKit.xml.in b/doc/ConsoleKit.xml.in
index 93ad9a9..8a86511 100644
--- a/doc/ConsoleKit.xml.in
+++ b/doc/ConsoleKit.xml.in
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY dbus-Manager SYSTEM "xml/org.freedesktop.ConsoleKit.Manager.ref.xml">
+<!ENTITY dbus-Seat SYSTEM "xml/org.freedesktop.ConsoleKit.Seat.ref.xml">
+<!ENTITY dbus-Session SYSTEM "xml/org.freedesktop.ConsoleKit.Session.ref.xml">
+<!ENTITY Intro SYSTEM "xml/ck-introduction.xml">
+<!ENTITY Terms SYSTEM "xml/ck-terms.xml">
+<!ENTITY Design SYSTEM "xml/ck-design.xml">
]>
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+<book id="index">
<bookinfo>
<title>ConsoleKit @VERSION@ Documentation</title>
<releaseinfo>Version @VERSION@</releaseinfo>
@@ -28,9 +34,10 @@
<part>
<title>Concepts</title>
- <xi:include href="xml/ck-introduction.xml"/>
- <xi:include href="xml/ck-terms.xml"/>
- <xi:include href="xml/ck-design.xml"/>
+
+ &Intro;
+ &Terms;
+ &Design;
</part>
<part>
@@ -52,9 +59,11 @@
This API is not yet stable and is likely to change in the future.
</para>
</partintro>
- <xi:include href="xml/org.freedesktop.ConsoleKit.Manager.ref.xml"/>
- <xi:include href="xml/org.freedesktop.ConsoleKit.Seat.ref.xml"/>
- <xi:include href="xml/org.freedesktop.ConsoleKit.Session.ref.xml"/>
+
+ &dbus-Manager;
+ &dbus-Seat;
+ &dbus-Session;
+
</reference>
</part>