Improvements from Owen's feedback.
[platform/upstream/glib.git] / docs / reference / gobject / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 # The name of the module.
4 DOC_MODULE=gobject
5
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE=gobject-docs.sgml
8
9 # Extra options to supply to gtkdoc-scan
10 SCAN_OPTIONS=
11
12 # The directory containing the source code. Relative to $(srcdir)
13 DOC_SOURCE_DIR=../../../gobject
14
15 HFILE_GLOB=$(top_srcdir)/gobject/*.h
16 CFILE_GLOB=$(top_srcdir)/gobject/*.c
17
18 # CFLAGS and LDFLAGS for compiling scan program. Only needed
19 # if $(DOC_MODULE).types is non-empty.
20 INCLUDES =
21 GTKDOC_LIBS =
22
23
24 # Extra options to supply to gtkdoc-mkdb
25 MKDB_OPTIONS=
26
27 # Images to copy into HTML directory
28 HTML_IMAGES =
29
30 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
31 content_files = version.xml             \
32                 glib-mkenums.xml        \
33                 glib-genmarshal.xml     \
34                 gobject-query.xml
35
36 # Extra options to supply to gtkdoc-fixref
37 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
38
39 man_MANS = glib-mkenums.1 glib-genmarshal.1 gobject-query.1
40
41 if ENABLE_MAN
42
43 %.1 : %.xml 
44         @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
45
46 endif
47
48 include $(top_srcdir)/gtk-doc.make
49
50 # Other files to distribute
51 EXTRA_DIST += version.xml.in
52
53
54
55
56