build: Dist the Meson files
[platform/upstream/atk.git] / docs / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.6
4
5 # The name of the module.
6 DOC_MODULE=atk
7
8 # The top-level SGML file.
9 DOC_MAIN_SGML_FILE=atk-docs.sgml
10
11 # Extra options to supply to gtkdoc-scan
12 SCAN_OPTIONS=--deprecated-guards=G_DISABLE_DEPRECATED
13
14 # The directory containing the source code (if it contains documentation).
15 DOC_SOURCE_DIR=$(top_srcdir)/atk $(top_builddir)/atk
16
17 # Used for dependencies
18 HFILE_GLOB = $(top_srcdir)/atk/*.h
19 CFILE_GLOB = $(top_srcdir)/atk/*.c
20
21 # Header files to ignore when scanning
22 IGNORE_HFILES = \
23         atkmarshal.h \
24         atkintl.h
25
26 # CFLAGS and LDFLAGS for compiling scan program. Only needed
27 # if $(DOC_MODULE).types is non-empty.
28 AM_CPPFLAGS =                   \
29         -I$(top_srcdir)         \
30         -I$(top_builddir)       \
31         $(DEP_CFLAGS)
32
33 GTKDOC_LIBS = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la \
34               $(DEP_LIBS)
35
36 # gtkdoc-mkdb related varaibles
37 MKDB_OPTIONS =--sgml-mode
38 content_files =         \
39         version.xml
40 HTML_IMAGES =
41
42 include $(top_srcdir)/gtk-doc.make
43
44 # Other files to distribute
45 EXTRA_DIST += version.xml.in