Migrating documentation into new libebook-contacts book.
[platform/upstream/evolution-data-server.git] / docs / reference / addressbook / libebook-contacts / Makefile.am
1 # The name of the module.
2 DOC_MODULE = libebook-contacts
3
4 # The top-level SGML file.
5 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
6
7 # Extra options to supply to gtkdoc-mkdb
8 # We must enable the SGML mode so that we can have HTML tables
9 # in the documentation (e.g. to illustrate phone number matching).
10 MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
11
12 # Extra options to supply to gtkdoc-scan
13 SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
14
15 # The directory containing the source code. Relative to $(srcdir).
16 DOC_SOURCE_DIR = $(top_srcdir)/addressbook/libebook-contacts
17
18 # Used for dependencies. The docs will be rebuilt if any of these change.
19 HFILE_GLOB = $(top_srcdir)/addressbook/libebook-contacts/*.h
20 CFILE_GLOB = $(top_srcdir)/addressbook/libebook-contacts/*.c
21
22 IGNORE_HFILES = \
23         e-book-contacts-enumtypes.h     \
24         e-book-contacts-marshal.h
25
26 GTKDOC_CFLAGS = \
27         -I$(top_srcdir)                                 \
28         -I$(top_srcdir)/addressbook                     \
29         -I$(top_builddir)                               \
30         -I$(top_builddir)/addressbook                   \
31         $(EVOLUTION_ADDRESSBOOK_CFLAGS)                 \
32         $(CAMEL_CFLAGS)
33
34 GTKDOC_LIBS = \
35         $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la  \
36         $(top_builddir)/libedataserver/libedataserver-1.2.la    \
37         $(EVOLUTION_ADDRESSBOOK_LIBS)                           \
38         $(CAMEL_LIBS)
39
40 # This includes the standard gtk-doc make rules, copied by gtkdocize.
41 include $(top_srcdir)/gtk-doc.make
42
43 #TESTS = $(GTKDOC_CHECK)
44
45 -include $(top_srcdir)/git.mk