1 ## Process this file with automake to produce Makefile.in
3 # The name of the module.
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE=gobject-docs.sgml
9 # Extra options to supply to gtkdoc-scan
12 # The directory containing the source code. Relative to $(srcdir)
13 DOC_SOURCE_DIR=../../../gobject
15 HFILE_GLOB=$(top_srcdir)/gobject/*.h
16 CFILE_GLOB=$(top_srcdir)/gobject/*.c
18 # CFLAGS and LDFLAGS for compiling scan program. Only needed
19 # if $(DOC_MODULE).types is non-empty.
24 # Extra options to supply to gtkdoc-mkdb
27 # Images to copy into HTML directory
30 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
31 content_files = version.xml \
36 # Extra options to supply to gtkdoc-fixref
37 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
39 man_MANS = glib-mkenums.1 glib-genmarshal.1 gobject-query.1
44 @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
48 include $(top_srcdir)/gtk-doc.make
50 # Other files to distribute
51 EXTRA_DIST += version.xml.in