From b78e497569d2fc75e25c65c3f9f78c8580887c0b Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 14 Jul 2009 17:41:18 +0200 Subject: Imported Upstream version 0.3.0 --- doc/Makefile.am | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 43802fe..2b95778 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,38 +1,2 @@ -NULL = +SUBDIRS = dbus -SPEC_XML_FILES = \ - ConsoleKit.xml \ - 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 \ - $(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 \ - $(SPEC_XML_FILES) - $(NULL) - - -MAINTAINERCLEANFILES = \ - *~ \ - Makefile.in \ - $(NULL) - -clean-local: - rm -f *~ - rm -f ConsoleKit.html -- cgit v1.2.3