X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=92af2a93093e0512200f08cfb88df444e425ae7b;hb=ce9854b5e213a28e9403e9d58f1695eb25654b93;hp=752c5ccfe71d9bd0dbd2bcf5ea07df7caab53daa;hpb=9a1f19ccb4b1511e7b59d2c7f90434520bbfa943;p=connman diff --git a/doc/Makefile.am b/doc/Makefile.am index 752c5cc..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 \ - connection-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