diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-30 17:37:24 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-30 17:37:24 -0400 |
commit | edad750e967458f55b9e761af966f325213ce9fe (patch) | |
tree | d068c3e14113e3c6067185b4f5e25ef219438273 /doc/Makefile.am | |
parent | 77fe8e2e89af7cd21357116e9668b23d958fb2a5 (diff) |
reorganize the docs a bit
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 31db823..2b95778 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,41 +1,2 @@ -NULL = +SUBDIRS = dbus -SUBDIRS = xml - -SPEC_XML_FILES = \ - ConsoleKit.xml \ - xml/ck-introduction.xml \ - xml/ck-terms.xml \ - xml/ck-design.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 - -htmldocdir = $(docdir)/spec -htmldoc_DATA = ConsoleKit.html - -ConsoleKit.html : $(SPEC_XML_FILES) - $(XMLTO) xhtml-nochunks -m config.xsl ConsoleKit.xml - -endif # DOCBOOK_DOCS_ENABLED - -EXTRA_DIST = \ - ConsoleKit.xml.in \ - config.xsl \ - docbook.css \ - dbus-introspect-docs.dtd \ - $(SPEC_XML_FILES) - $(NULL) - - -MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in \ - $(NULL) - -clean-local: - rm -f *~ - rm -f ConsoleKit.html |