1 ## Process this file with automake to produce Makefile.in
3 # The name of the module.
4 DOC_MODULE = libgimpbase
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
9 # The directory containing the source code.
10 DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
12 # Extra options to pass to gtkdoc-scangobj
15 # Extra options to supply to gtkdoc-scan
16 SCAN_OPTIONS = --deprecated-guards="GIMP_DISABLE_DEPRECATED"
18 # Extra options to supply to gtkdoc-mkdb
19 MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=gimp
21 # Extra options to supply to gtkdoc-fixref
24 # Used for dependencies
25 HFILE_GLOB = $(DOC_SOURCE_DIR)/*.h
26 CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
28 # Header files to ignore when scanning
38 # Images to copy into HTML directory
41 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
44 # Other files to distribute
47 # CFLAGS and LDFLAGS for compiling scan program. Only needed
48 # if $(DOC_MODULE).types is non-empty.
53 include $(top_srcdir)/gtk-doc.make
55 # Other files to distribute
56 EXTRA_DIST += version.in