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