summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-07-23 23:22:36 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-07-23 23:22:36 -0400
commite54095996b9066120ebf20011eba199d25422c2f (patch)
tree6d88da2ce0137fed1ece3bf610690e66809f76b0 /doc/Makefile.am
parent34cefc96f7661ed92927bffa1cf7cbc79a84e5ab (diff)
use spec files directly as introspection xml and try to generate docs on the fly
At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 43802fe..a222ece 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,9 +5,9 @@ SPEC_XML_FILES = \
xml/ck-introduction.xml \
xml/ck-terms.xml \
xml/ck-design.xml \
- xml/ref-ck-manager.xml \
- xml/ref-ck-seat.xml \
- xml/ref-ck-session.xml \
+ xml/org.freedesktop.ConsoleKit.Manager.ref.xml \
+ xml/org.freedesktop.ConsoleKit.Seat.ref.xml \
+ xml/org.freedesktop.ConsoleKit.Session.ref.xml \
$(NULL)
if DOCBOOK_DOCS_ENABLED