diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-03-13 03:42:04 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-03-13 03:42:04 -0400 |
commit | 8b42a4928a0a266c3b3ae6bb13997764bc7f6405 (patch) | |
tree | b1b1f06fdd18da4475c0dd773df364be3a0c9be0 /doc/ConsoleKit.xml.in | |
parent | 4595ab3d4953d6257a6fedfe5b294df67ff3581f (diff) |
add the last bits of spec framework
The spec is the introspection format extended with
docs. There are tools to build docbook and strip
the docs to make dbus introspect xml.
Diffstat (limited to 'doc/ConsoleKit.xml.in')
-rw-r--r-- | doc/ConsoleKit.xml.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ConsoleKit.xml.in b/doc/ConsoleKit.xml.in index fca0aa4..3aa5fbf 100644 --- a/doc/ConsoleKit.xml.in +++ b/doc/ConsoleKit.xml.in @@ -1,8 +1,9 @@ <?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 "./ref-ck-manager.xml"> -<!ENTITY dbus-Seat SYSTEM "./ref-ck-seat.xml"> -<!ENTITY dbus-Session SYSTEM "./ref-ck-session.xml"> +<!ENTITY dbus-Manager SYSTEM "xml/ref-ck-manager.xml"> +<!ENTITY dbus-Seat SYSTEM "xml/ref-ck-seat.xml"> +<!ENTITY dbus-Session SYSTEM "xml/ref-ck-session.xml"> +<!ENTITY Intro SYSTEM "xml/ck-introduction.xml"> ]> <book id="index"> @@ -32,7 +33,7 @@ <part> <title>Concepts</title> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ck-introduction.xml" /> + &Intro; </part> <part> |