Assamese translation updated
[platform/upstream/evolution-data-server.git] / docs / reference / libedataserverui / Makefile.am
1 # The name of the module.
2 DOC_MODULE = libedataserverui
3
4 # The top-level SGML file.
5 DOC_MAIN_SGML_FILE = libedataserverui-docs.sgml
6
7 # Extra options to supply to gtkdoc-scan.
8 SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
9
10 # The directory containing the source code. Relative to $(srcdir).
11 DOC_SOURCE_DIR = $(top_srcdir)/libedataserverui
12
13 # Used for dependencies. The docs will be rebuilt if any of these change.
14 HFILE_GLOB = $(top_srcdir)/libedataserverui/*.h
15 CFILE_GLOB = $(top_srcdir)/libedataserverui/*.c
16
17 IGNORE_HFILES =                         \
18         e-data-server-ui-marshal.h
19
20 GTKDOC_CFLAGS  =                                        \
21         -I$(top_srcdir)/libedataserverui                \
22         -I$(top_srcdir)/libedataserver                  \
23         -I$(top_srcdir)/addressbook                     \
24         -I$(top_srcdir)                                 \
25         -I$(top_builddir)                               \
26         -I$(top_builddir)/addressbook                   \
27         $(E_DATA_SERVER_UI_CFLAGS)                      \
28         $(CAMEL_CFLAGS)
29
30 GTKDOC_LIBS =                                                           \
31         $(top_builddir)/libedataserverui/libedataserverui-3.0.la        \
32         $(top_builddir)/calendar/libecal/libecal-1.2.la                 \
33         $(top_builddir)/addressbook/libebook/libebook-1.2.la            \
34         $(top_builddir)/libebackend/libebackend-1.2.la                  \
35         $(top_builddir)/libedataserver/libedataserver-1.2.la            \
36         $(E_DATA_SERVER_UI_LIBS)                                        \
37         $(CAMEL_LIBS)
38
39 # This includes the standard gtk-doc make rules, copied by gtkdocize.
40 include $(top_srcdir)/gtk-doc.make
41
42 #TESTS = $(GTKDOC_CHECK)
43
44 -include $(top_srcdir)/git.mk