summaryrefslogtreecommitdiff
path: root/docs/reference/libgail-util/Makefile.am
blob: 35f073c785213fe25ed4dbebd0755b3e05a05521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.7

# The name of the module.
DOC_MODULE=gail-libgail-util4

# The top-level SGML file.
DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml

# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR=$(top_srcdir)/libgail-util

# Used for dependencies
HFILE_GLOB = $(top_srcdir)/libgail-util/*.h
CFILE_GLOB = $(top_srcdir)/libgail-util/*.c

# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
AM_CPPFLAGS =                   \
        -I$(top_srcdir)         \
        -I$(top_builddir)       \
        $(DEP_CFLAGS)

GTKDOC_LIBS = $(top_builddir)/libgail-util/libgailutil-4.la

# gtkdoc-mkdb related varaibles
MKDB_OPTIONS =
content_files =		\
	version.xml

HTML_IMAGES =

include $(top_srcdir)/gtk-doc.make

# Other files to distribute
EXTRA_DIST += version.xml.in

-include $(top_srcdir)/git.mk