X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=745841be7f1c8d918b841f9adf41671f99a51a1a;hb=28be89368b487e1d524a1aec78c892e2dbc857ad;hp=0c237a3027516756e2e79c402c1ec5ecc5db30c8;hpb=164a8db64e48e0b00730c5830b9a7f8293dcf613;p=connman diff --git a/doc/Makefile.am b/doc/Makefile.am index 0c237a3..745841b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,8 +17,7 @@ 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 supplicant.h \ - iface.h rtnl.h dbus.h element.h property.h +IGNORE_HFILES = connman connman.h HTML_IMAGES = @@ -30,12 +29,13 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/gdbus \ GTKDOC_LIBS = $(DBUS_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) $(GTHREAD_LIBS) MAINTAINERCLEANFILES = Makefile.in \ - $(DOC_MODULE).types $(DOC_MODULE)-*.txt *.sgml + $(DOC_MODULE).types $(DOC_MODULE)-*.txt *.sgml *.bak if ENABLE_GTK_DOC include $(top_srcdir)/doc/gtk-doc.make else -EXTRA_DIST = $(DOC_MAIN_SGML_FILE) $(content_files) +EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml endif -EXTRA_DIST += manager-api.txt element-api.txt agent-api.txt plugin-api.txt +EXTRA_DIST += manager-api.txt device-api.txt network-api.txt service-api.txt \ + connection-api.txt agent-api.txt plugin-api.txt