GBytes: A new type for an immutable set of bytes.
[platform/upstream/glib.git] / docs / reference / glib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 include $(top_srcdir)/Makefile.decl
3
4 AUTOMAKE_OPTIONS = 1.6
5
6 # The name of the module.
7 DOC_MODULE=glib
8
9 # The top-level SGML file.
10 DOC_MAIN_SGML_FILE=glib-docs.sgml
11
12 # The directory containing the source code. Relative to $(srcdir)
13 DOC_SOURCE_DIR=$(top_srcdir)/glib $(top_srcdir)/gmodule
14
15 # Extra options to supply to gtkdoc-scan
16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"
17
18 # Extra options to supply to gtkdoc-mkdb
19 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
20
21 # Used for dependencies
22 HFILE_GLOB=$(top_srcdir)/glib/*.h $(top_srcdir)/gmodule/*.h
23 CFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c
24
25 # Ignore some private headers
26 IGNORE_HFILES = \
27         gallocator.h            \
28         gdatasetprivate.h       \
29         glibintl.h              \
30         gbsearcharray.h         \
31         glib-private.h          \
32         gmoduleconf.h           \
33         gthreadprivate.h        \
34         gunibreak.h             \
35         gunicomp.h              \
36         gunidecomp.h            \
37         gunichartables.h        \
38         glib_probes.h           \
39         glib_trace.h            \
40         libcharset.h            \
41         gdebug.h                \
42         gprintfint.h            \
43         gmirroringtable.h       \
44         gscripttable.h          \
45         glib-mirroring-tab      \
46         gnulib                  \
47         pcre                    \
48         update-pcre             \
49         gbytesprivate.h         \
50         gvariant-internal.h     \
51         gvariant-serialiser.h   \
52         gvariant-core.h         \
53         gvarianttypeinfo.h      \
54         gwakeup.h
55
56 # Images to copy into HTML directory
57 HTML_IMAGES =                           \
58         file-name-encodings.png         \
59         mainloop-states.gif
60
61 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
62 content_files =                         \
63         cross.sgml                      \
64         running.sgml                    \
65         building.sgml                   \
66         changes.sgml                    \
67         compiling.sgml                  \
68         resources.sgml                  \
69         regex-syntax.sgml               \
70         version.xml                     \
71         glib-gettextize.xml             \
72         gtester.xml                     \
73         gtester-report.xml              \
74         gvariant-varargs.xml            \
75         gvariant-text.xml
76
77 # Extra options to supply to gtkdoc-fixref
78 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../gobject/html --extra-dir=$(srcdir)/../gio/html
79
80 # include common portion ...
81 include $(top_srcdir)/gtk-doc.make
82
83 # Other files to distribute
84 EXTRA_DIST +=                           \
85         file-name-encodings.png         \
86         file-name-encodings.sxd         \
87         mainloop-states.fig             \
88         mainloop-states.png             \
89         mainloop-states.eps             \
90         version.xml.in
91
92 ########################################################################
93
94 man_MANS =                      \
95         glib-gettextize.1       \
96         gtester.1               \
97         gtester-report.1
98
99 if ENABLE_MAN
100
101 .xml.1:
102         @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
103
104 dist-local-check-mans-enabled:
105         if grep "Man generation disabled" $(man_MANS) >/dev/null; then $(RM) $(man_MANS); fi
106
107 else
108
109 $(man_MANS):
110         echo Man generation disabled.  Creating dummy $@.  Configure with --enable-man to enable it.
111         echo Man generation disabled.  Remove this file, configure with --enable-man, and rebuild > $@
112
113 dist-local-check-mans-enabled:
114         echo "*** --enable-man must be used in order to make dist"
115         false
116
117 endif
118
119 MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
120
121 EXTRA_DIST += $(man_MANS)
122
123 dist-hook-local: dist-local-check-mans-enabled all-local
124
125 glib-docs-clean: clean
126         cd $(srcdir) && rm -rf xml html