summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-07-14 17:41:18 +0200
committerMichael Biebl <biebl@debian.org>2009-07-14 17:41:18 +0200
commitb78e497569d2fc75e25c65c3f9f78c8580887c0b (patch)
tree3f8bf4dd1b6be9554b2da77d82c400697121df24 /doc/Makefile.am
parent1f223c41689bbbd64f8749ff7c09967a49407022 (diff)
downloadconsolekit-b78e497569d2fc75e25c65c3f9f78c8580887c0b.tar.gz
Imported Upstream version 0.3.0upstream/0.3.0
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am38
1 files changed, 1 insertions, 37 deletions
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