summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-04 10:58:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-04 10:58:44 +0100
commitcb90dac4899d26d218e4786f3abd09f37ed55a24 (patch)
treeef7e87431a3a8af3ff96fd4da99c2c2438dd291f /doc/Makefile.am
parent416e8cbe721a7ed8052e599edd3b7ae4249642ba (diff)
downloadconnman-cb90dac4899d26d218e4786f3abd09f37ed55a24.tar.gz
connman-cb90dac4899d26d218e4786f3abd09f37ed55a24.tar.bz2
connman-cb90dac4899d26d218e4786f3abd09f37ed55a24.zip
Use D-Bus API text based documentation
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 752c5ccf..7fe30702 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,7 +21,7 @@ IGNORE_HFILES = connman connman.h rtnl.h dbus.h iface.h
HTML_IMAGES =
-content_files = connman-introduction.xml dbus/manager.xml
+content_files = connman-introduction.xml
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/gdbus \
$(GTHREAD_CFLAGS) $(GMODULE_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS)
@@ -33,22 +33,9 @@ MAINTAINERCLEANFILES = Makefile.in \
if ENABLE_GTK_DOC
include $(top_srcdir)/doc/gtk-doc.make
-
-dbus/manager.xml: dbus-manager.xml dbus-introspection.xsl
- $(MKDIR_P) -p $(builddir)/dbus
- echo "<?xml version=\"1.0\"?>" > $@
- echo "<!DOCTYPE refentry PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" \"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">" >> $@
- $(XSLTPROC) dbus-introspection.xsl $< | tail -n +2 >> $@
-
-clean-local:
- rm -rf $(builddir)/dbus
-
else
EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml
endif
-EXTRA_DIST += dbus-introspection.dtd dbus-introspection.xsl \
- dbus-manager.xml
-
EXTRA_DIST += manager-api.txt device-api.txt network-api.txt \
connection-api.txt agent-api.txt plugin-api.txt