summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
blob: c87c6430ab0d4206aa4d871b219a1dffb7115ca0 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Process this file with automake to produce Makefile.in

# The name of the module.
DOC_MODULE = atk

# The top-level SGML file.
DOC_MAIN_SGML_FILE = atk-docs.xml

# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS = --deprecated-guards=ATK_DISABLE_DEPRECATED

# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR = $(top_srcdir)/atk $(top_builddir)/atk

# Used for dependencies
HFILE_GLOB = $(top_srcdir)/atk/*.h
CFILE_GLOB = $(top_srcdir)/atk/*.c

# Header files to ignore when scanning
IGNORE_HFILES =	\
	atkmarshal.h \
	atkintl.h

# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
AM_CPPFLAGS = 			\
	-I$(top_srcdir)		\
	-I$(top_builddir)	\
	-DATK_DISABLE_DEPRECATION_WARNINGS \
	$(DEP_CFLAGS)

GTKDOC_LIBS = \
	$(top_builddir)/atk/libatk-$(ATK_API_VERSION).la \
	$(DEP_LIBS)

# gtkdoc-mkdb related varaibles
MKDB_OPTIONS =

content_files =

HTML_IMAGES =

include $(top_srcdir)/gtk-doc.make

# Other files to distribute
EXTRA_DIST += version.xml.in