summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: 190ea3fb4adceba7a3d6a9703388349f8fbb2928 (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
32

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