2000-09-06 06:32:45 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
# The name of the module.
|
|
|
|
DOC_MODULE=gobject
|
2001-03-07 21:11:09 +01:00
|
|
|
|
2000-09-06 06:32:45 +02:00
|
|
|
# The top-level SGML file.
|
|
|
|
DOC_MAIN_SGML_FILE=gobject-docs.sgml
|
2001-03-07 21:11:09 +01:00
|
|
|
|
2001-02-12 18:43:44 +01:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
|
|
|
SCAN_OPTIONS=
|
2001-03-07 21:11:09 +01:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# The directory containing the source code. Relative to $(srcdir)
|
|
|
|
DOC_SOURCE_DIR=../../../gobject
|
2000-09-07 18:36:56 +02:00
|
|
|
|
2001-02-12 18:43:44 +01:00
|
|
|
HFILE_GLOB=$(top_srcdir)/gobject/*.h
|
|
|
|
CFILE_GLOB=$(top_srcdir)/gobject/*.c
|
2001-03-07 21:11:09 +01:00
|
|
|
|
2001-02-12 18:43:44 +01:00
|
|
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
|
|
|
# if $(DOC_MODULE).types is non-empty.
|
2003-03-04 11:10:48 +01:00
|
|
|
INCLUDES =
|
2001-02-12 18:43:44 +01:00
|
|
|
GTKDOC_LIBS =
|
2001-03-07 21:11:09 +01:00
|
|
|
|
2001-02-12 18:43:44 +01:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# Extra options to supply to gtkdoc-mkdb
|
|
|
|
MKDB_OPTIONS=
|
2000-09-06 06:32:45 +02:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# Images to copy into HTML directory
|
|
|
|
HTML_IMAGES =
|
2000-09-06 06:32:45 +02:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
2003-06-18 01:08:37 +02:00
|
|
|
content_files = version.xml \
|
|
|
|
glib-mkenums.xml \
|
|
|
|
glib-genmarshal.xml \
|
|
|
|
gobject-query.xml
|
2000-09-06 06:32:45 +02:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# Extra options to supply to gtkdoc-fixref
|
|
|
|
FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
|
2000-09-06 17:01:07 +02:00
|
|
|
|
2003-06-18 01:08:37 +02:00
|
|
|
man_MANS = glib-mkenums.1 glib-genmarshal.1 gobject-query.1
|
|
|
|
|
|
|
|
if ENABLE_MAN
|
|
|
|
|
|
|
|
%.1 : %.xml
|
|
|
|
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
include $(top_srcdir)/gtk-doc.make
|
2000-09-06 06:32:45 +02:00
|
|
|
|
2003-03-04 11:10:48 +01:00
|
|
|
# Other files to distribute
|
|
|
|
EXTRA_DIST += version.xml.in
|
2003-06-18 01:08:37 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|