Home | History | Annotate | Download | only in doc
      1 
      2 DOC_MODULE = bluez
      3 
      4 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
      5 
      6 DOC_SOURCE_DIR = ../src
      7 
      8 SCAN_OPTIONS = --rebuild-sections
      9 
     10 MKDB_OPTIONS = --sgml-mode --output-format=xml --tmpl-dir=. \
     11 					--source-suffixes=c,h
     12 
     13 MKTMPL_OPTIONS = --output-dir=.
     14 
     15 HFILE_GLOB = $(top_srcdir)/src/*.h
     16 CFILE_GLOB = $(top_srcdir)/src/*.c
     17 
     18 IGNORE_HFILES =
     19 
     20 MAINTAINERCLEANFILES = Makefile.in \
     21 	$(DOC_MODULE).types $(DOC_MODULE)-*.txt *.sgml
     22 
     23 if ENABLE_GTK_DOC
     24 include $(top_srcdir)/doc/gtk-doc.make
     25 else
     26 EXTRA_DIST = $(DOC_MAIN_SGML_FILE) $(content_files)
     27 endif
     28 
     29 EXTRA_DIST += manager-api.txt adapter-api.txt device-api.txt \
     30 		service-api.txt agent-api.txt serial-api.txt \
     31 		network-api.txt input-api.txt audio-api.txt control-api.txt
     32