]> git.0d.be Git - empathy.git/blob - docs/libempathy/Makefile.am
5192a0556cf819e6a1601cca4a181edb30888231
[empathy.git] / docs / libempathy / Makefile.am
1 NULL = 
2
3 AUTOMAKE_OPTIONS = 1.6
4
5 # The name of the module.
6 DOC_MODULE=libempathy
7
8 # The top-level SGML file.
9 DOC_MAIN_SGML_FILE=libempathy-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. Relative to $(srcdir)
15 DOC_SOURCE_DIR=$(top_srcdir)/libempathy
16
17 HFILE_GLOB=$(top_srcdir)/libempathy/*.h
18 CFILE_GLOB=$(top_srcdir)/libempathy/*.c
19
20 # Headers to ignore
21 IGNORE_HFILES=                  \
22         empathy-filter-glue.h   \
23         empathy-debug.h         \
24         empathy-marshal.h       \
25         tp-stream-engine-gen.h  \
26         $(NULL)
27
28 # CFLAGS and LDFLAGS for compiling scan program. Only needed
29 # if $(DOC_MODULE).types is non-empty.
30 GTKDOC_CFLAGS = \
31         -I$(srcdir)                     \
32         -I$(top_srcdir)                 \
33         -I$(top_srcdir)/libempathy      \
34         -I$(top_builddir)               \
35         -I$(top_builddir)/libempathy    \
36         $(LIBEMPATHY_CFLAGS)            \
37         $(NULL)
38
39 GTKDOC_LIBS = \
40         $(top_builddir)/libempathy/libempathy.la        \
41         $(LIBEMPATHY_LIBS)                              \
42         $(NULL)
43
44 # Extra options to supply to gtkdoc-mkdb
45 MKDB_OPTIONS = --output-format=xml --sgml-mode
46
47 # Images to copy into HTML directory
48 HTML_IMAGES =
49
50 content_files =                 \
51         version.xml
52
53 extra_files = version.xml.in
54
55 include $(top_srcdir)/gtk-doc.make
56
57 EXTRA_DIST +=                           \
58         version.xml.in