X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=92af2a93093e0512200f08cfb88df444e425ae7b;hb=208a3bdf5d8f362759333b21c557b48e004ff039;hp=ea75e7f8d7d0cd82bb680718016902fd1693054b;hpb=6957ddea07497760aad62a0c900bad20a514f6b2;p=connman diff --git a/doc/Makefile.am b/doc/Makefile.am index ea75e7f..92af2a9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,11 +17,11 @@ MKTMPL_OPTIONS = --output-dir=. HFILE_GLOB = $(top_srcdir)/include/*.h CFILE_GLOB = $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h -IGNORE_HFILES = connman connman.h rtnl.h dbus.h iface.h +IGNORE_HFILES = connman connman.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,10 @@ 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 "" > $@ - echo "" >> $@ - $(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 \ - agent-api.txt plugin-api.txt +EXTRA_DIST += overview-api.txt manager-api.txt service-api.txt \ + device-api.txt network-api.txt service-api.txt \ + connection-api.txt profile-api.txt agent-api.txt plugin-api.txt