Moving files to packaging and extracing new tarball.
[profile/ivi/glib2.git] / docs / reference / gio / gdbus-object-manager-example / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2 NULL =
3
4 # The name of the module.
5 DOC_MODULE=gdbus-object-manager-example
6
7 # The top-level SGML file.
8 DOC_MAIN_SGML_FILE=gdbus-object-manager-example-docs.xml
9
10 # Extra options to supply to gtkdoc-scan
11 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
12
13 # The directory containing the source code. Relative to $(srcdir)
14 DOC_SOURCE_DIR=$(top_builddir)/gio/tests/gdbus-object-manager-example
15
16 HFILE_GLOB=$(top_builddir)/gio/tests/gdbus-object-manager-example/*.h
17 CFILE_GLOB=$(top_builddir)/gio/tests/gdbus-object-manager-example/*.c
18
19 # Headers to ignore
20 IGNORE_HFILES=                          \
21         $(NULL)
22
23 # CFLAGS and LDFLAGS for compiling scan program. Only needed
24 # if $(DOC_MODULE).types is non-empty.
25 INCLUDES = \
26         $(gio_INCLUDES)                 \
27         $(GLIB_DEBUG_FLAGS)
28
29 GTKDOC_LIBS = \
30         $(top_builddir)/glib/libglib-2.0.la             \
31         $(top_builddir)/gobject/libgobject-2.0.la       \
32         $(top_builddir)/gmodule/libgmodule-2.0.la       \
33         $(top_builddir)/gio/libgio-2.0.la               \
34         $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la \
35         $(NULL)
36
37 # Extra options to supply to gtkdoc-mkdb
38 MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
39         $(NULL)
40
41 # Images to copy into HTML directory
42 HTML_IMAGES =                   \
43         $(NULL)
44
45 content_files =                 \
46         $(NULL)
47
48 expand_content_files =          \
49         $(NULL)
50
51 extra_files =                   \
52         $(NULL)
53
54 include $(top_srcdir)/gtk-doc.make
55
56 EXTRA_DIST +=                   \
57         $(NULL)
58
59 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
60
61 dist-hook-local: all-local
62
63 gdbus-object-manager-example-docs-clean: clean
64         cd $(srcdir) && rm -rf xml html
65
66 # Nuke installed docs (don't know how to avoid installing them)
67 install-data-hook :
68         rm -rf $(DESTDIR)$(datadir)/gtk-doc/html/gdbus-object-manager-example