1 ## Process this file with automake to create Makefile.in.
3 # The name of the module.
6 # The top-level SGML file.
7 DOC_MAIN_SGML_FILE=vte-docs.sgml
9 # The directory containing the source code. Relative to $(srcdir)
10 DOC_SOURCE_DIR=../../src
12 # Used for dependencies
13 HFILE_GLOB= $(top_srcdir)/src/*.h
14 CFILE_GLOB=$(top_srcdir)/src/*.c
50 # CFLAGS and LDFLAGS for compiling scan program. Only needed
51 # if $(DOC_MODULE).types is non-empty.
52 GTKDOC_CFLAGS = $(VTE_CFLAGS) -I$(top_srcdir)/src
53 GTKDOC_LIBS = $(top_builddir)/src/libvte.la
55 # Extra options to supply to gtkdoc-mkdb
56 MKDB_OPTIONS=--sgml-mode --output-format=xml
58 # Extra options to supply to gtkdoc-fixref
61 MAINTAINERCLEANFILES = vte-overrides.txt vte-undocumented.txt
63 include $(top_srcdir)/gtk-doc.make