diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-23 15:14:30 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-23 15:14:30 -0700 |
commit | 36b3db39a22f49b44659938d77fd8f53f1d67987 (patch) | |
tree | 08daaa3b041b631a403d6612fa48f3a4917579ff /doc | |
parent | e425c22615000881b6be9037b895e65a2e096063 (diff) | |
download | connman-36b3db39a22f49b44659938d77fd8f53f1d67987.tar.gz connman-36b3db39a22f49b44659938d77fd8f53f1d67987.tar.bz2 connman-36b3db39a22f49b44659938d77fd8f53f1d67987.zip |
Convert to fully non-recursive build system
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 16b0fb17..00000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ - -DOC_MODULE = connman - -DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml - -DOC_SOURCE_DIR = ../src - -SCAN_OPTIONS = --rebuild-sections --source-dir=../include - -MKDB_OPTIONS = --sgml-mode --output-format=xml --tmpl-dir=. \ - --ignore-files=connman \ - --source-dir=../include \ - --source-suffixes=c,h - -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 - -HTML_IMAGES = - -content_files = connman-introduction.xml - -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/gdbus \ - $(GTHREAD_CFLAGS) $(GMODULE_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) - -GTKDOC_LIBS = $(DBUS_LIBS) $(GLIB_LIBS) $(GMODULE_LIBS) $(GTHREAD_LIBS) - -MAINTAINERCLEANFILES = Makefile.in \ - $(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) connman-introduction.xml -endif - -EXTRA_DIST += overview-api.txt behavior-api.txt \ - ipconfig-api.txt plugin-api.txt \ - manager-api.txt agent-api.txt \ - profile-api.txt service-api.txt \ - device-lowlevel-api.txt \ - network-lowlevel-api.txt \ - connection-lowlevel-api.txt |