5
# The name of the module.
6
DOC_MODULE=libxfce4panel
8
# The top-level SGML file.
9
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
11
# The directory containing the source code. Relative to $(srcdir)
12
DOC_SOURCE_DIR=../../libxfce4panel
14
# Extra options to pass to gtkdoc-scangobj
17
# Extra options to supply to gtkdoc-scan
18
SCAN_OPTIONS=--type-init-func="gtk_type_init(0);g_type_class_ref(G_TYPE_OBJECT)"
20
# Extra options to supply to gtkdoc-mkdb
21
MKDB_OPTIONS=--sgml-mode --output-format=xml
23
# Extra options to supply to gtkdoc-fixref
26
# Used for dependencies
27
HFILE_GLOB=$(top_srcdir)/libxfce4panel/*.h
28
CFILE_GLOB=$(top_srcdir)/libxfce4panel/*.c
30
# Header files to ignore when scanning.
33
xfce-panel-external-item.h \
34
xfce-panel-item-iface.h \
35
xfce-panel-plugin-iface-private.h \
36
xfce-panel-plugin-messages.h
38
# Images to copy into HTML directory.
41
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
45
# CFLAGS and LDFLAGS for compiling scan program. Only needed
46
# if $(DOC_MODULE).types is non-empty.
53
$(top_builddir)/libxfce4panel/libxfce4panel.la \
56
# This includes the standard gtk-doc make rules, copied by gtkdocize.
57
include $(top_srcdir)/gtk-doc.make
59
# Other files to distribute