]> Pileus Git - ~andy/gtk/blob - docs/reference/libgail-util/Makefile.am
8c30e2daf74b8ed81e88134ef25a8595953124ce
[~andy/gtk] / docs / reference / libgail-util / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.7
4
5 # The name of the module.
6 DOC_MODULE=gail-libgail-util3
7
8 # The top-level SGML file.
9 DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml
10
11 # The directory containing the source code (if it contains documentation).
12 DOC_SOURCE_DIR=../../../modules/other/gail/libgail-util
13
14 # Used for dependencies
15 HFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.h
16 CFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.c
17
18 # CFLAGS and LDFLAGS for compiling scan program. Only needed
19 # if $(DOC_MODULE).types is non-empty.
20 INCLUDES =                      \
21         -I$(top_srcdir)         \
22         -I$(top_builddir)       \
23         $(DEP_CFLAGS)
24
25 GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la
26
27 # gtkdoc-mkdb related varaibles
28 MKDB_OPTIONS =
29 content_files =         \
30         version.xml
31
32 HTML_IMAGES =
33
34 include $(top_srcdir)/gtk-doc.make
35
36 # Other files to distribute
37 EXTRA_DIST += version.xml.in
38
39 -include $(top_srcdir)/git.mk