summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-03-09 11:40:59 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2007-03-09 11:40:59 -0500
commit1d72374535de222cb816c74506555c71af10d429 (patch)
tree95426aec469fd9d37308d59f743c440af1069ecf /doc/Makefile.am
parent15ad40c8d8abd86a4b83e445031fd467406b45d8 (diff)
add a tool to autogenerate dbus object ref docs
I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc.
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 6f96464..c7ac22a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,9 +3,9 @@ NULL =
SPEC_XML_FILES = \
ConsoleKit.xml \
ck-introduction.xml \
- ck-dbus-manager.xml \
- ck-dbus-seat.xml \
- ck-dbus-session.xml \
+ ref-ck-manager.xml \
+ ref-ck-seat.xml \
+ ref-ck-session.xml \
$(NULL)
if DOCBOOK_DOCS_ENABLED