summaryrefslogtreecommitdiff
path: root/docs/libyelp/Makefile.am
blob: 915faba809ce5d7f76c90745fc3d95f16d293dd1 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
AUTOMAKE_OPTIONS = 1.6

DOC_MODULE = libyelp

DOC_MAIN_SGML_FILE = libyelp-docs.xml

SCAN_OPTIONS = --deprecated-guards="G_DISABLE_DEPRECATED" --rebuild-types

DOC_SOURCE_DIR = $(top_srcdir)/libyelp

GTKDOC_CFLAGS =						\
	$(YELP_CFLAGS)					\
	-I$(top_srcdir)/libyelp

GTKDOC_LIBS =					\
	$(YELP_LIBS)				\
	$(top_builddir)/libyelp/libyelp.la

HFILE_GLOB = $(top_srcdir)/libyelp/*.h
CFILE_GLOB = $(top_srcdir)/libyelp/*.c
IGNORE_HFILES = yelp-common-types.h \
	yelp-debug.h \
	yelp-types.h \
	$(top_srcdir)/libyelp/yelp-bz2-decompressor.h \
	$(top_srcdir)/libyelp/yelp-lzma-decompressor.h \
	$(top_srcdir)/libyelp/yelp-magic-decompressor.h
IGNORE_CFILES = $(top_srcdir)/libyelp/yelp-lzma-decompressor.c \
	$(top_srcdir)/libyelp/yelp-bz2-decompressor.c

MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=yelp --ignore-files='yelp-debug.c yelp-debug.h yelp-types.c yelp-types.h'

content_files = version.xml

extra_files = version.xml.in

include $(top_srcdir)/gtk-doc.make

EXTRA_DIST += version.xml.in

# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
#MKTMPL_OPTIONS=

# Extra options to supply to gtkdoc-mkhtml
#MKHTML_OPTIONS=

# Extra options to supply to gtkdoc-fixref. Not normally needed.
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
#FIXXREF_OPTIONS=

# Extra header to include when scanning, which are not under DOC_SOURCE_DIR
# e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h
#EXTRA_HFILES=


# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
#HTML_IMAGES=

# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
#content_files=

# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
# e.g. expand_content_files=running.sgml
#expand_content_files=

# This includes the standard gtk-doc make rules, copied by gtkdocize.

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

# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
#DISTCLEANFILES +=

# Comment this out if you want your docs-status tested during 'make check'
#if ENABLE_GTK_DOC
#TESTS_ENVIRONMENT = cd $(srcsrc) &&
#TESTS = $(GTKDOC_CHECK)
#endif