5fd3fc1c3432cb58402cc2ee4bd1a2d65c21fd86
[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 # The directory containing the source code (if it contains documentation).
14 DOC_SOURCE_DIR=../atk
15
16 # Used for dependencies
17 HFILE_GLOB = $(top_srcdir)/atk/*.h
18 CFILE_GLOB = $(top_srcdir)/atk/*.c
19
20 # Header files to ignore when scanning
21 IGNORE_HFILES = atkmarshal.h atkintl.h
22
23 # CFLAGS and LDFLAGS for compiling scan program. Only needed
24 # if $(DOC_MODULE).types is non-empty.
25 AM_CPPFLAGS =                   \
26         -I$(top_srcdir)         \
27         -I$(top_builddir)       \
28         $(DEP_CFLAGS)
29
30 GTKDOC_LIBS = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la \
31               $(DEP_LIBS)
32
33 # gtkdoc-mkdb related varaibles
34 MKDB_OPTIONS =--sgml-mode
35 content_files =         \
36         version.xml
37 HTML_IMAGES =
38
39 include $(top_srcdir)/gtk-doc.make
40
41 # Other files to distribute
42 EXTRA_DIST += version.xml.in