summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: 6277dccf50e491bc059eb815d0387cb283de7792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

DOC_MODULE = bluez

DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml

DOC_SOURCE_DIR = ../src

SCAN_OPTIONS = --rebuild-sections

MKDB_OPTIONS = --sgml-mode --output-format=xml --tmpl-dir=. \
					--source-suffixes=c,h

MKTMPL_OPTIONS = --output-dir=.

HFILE_GLOB = $(top_srcdir)/src/*.h
CFILE_GLOB = $(top_srcdir)/src/*.c

IGNORE_HFILES =

MAINTAINERCLEANFILES = Makefile.in \
	$(DOC_MODULE).types $(DOC_MODULE)-*.txt *.sgml

if ENABLE_GTK_DOC
include $(top_srcdir)/doc/gtk-doc.make
else
EXTRA_DIST = $(DOC_MAIN_SGML_FILE) $(content_files)
endif

EXTRA_DIST += manager-api.txt adapter-api.txt device-api.txt \
		service-api.txt agent-api.txt serial-api.txt \
		network-api.txt input-api.txt audio-api.txt control-api.txt