You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.8 KiB
74 lines
1.8 KiB
![]()
13 years ago
|
## Process this file with automake to produce Makefile.in
|
||
|
|
||
|
# The name of the module.
|
||
|
DOC_MODULE=libxfce4panel
|
||
|
|
||
|
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
|
||
|
DOC_MODULE_VERSION=$(LIBXFCE4PANEL_VERSION_API)
|
||
|
|
||
|
# The top-level SGML file.
|
||
|
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
|
||
|
|
||
|
# Extra options to supply to gtkdoc-scan
|
||
|
SCAN_OPTIONS=--deprecated-guards="XFCE_DISABLE_DEPRECATED"
|
||
|
|
||
|
# The directory containing the source code. Relative to $(srcdir)
|
||
|
DOC_SOURCE_DIR=../../libxfce4panel
|
||
|
|
||
|
# Extra options to supply to gtkdoc-mkdb
|
||
|
MKDB_OPTIONS=--output-format=xml --sgml-mode --name-space=xfce
|
||
|
|
||
|
# Extra options to supply to gtkdoc-fixref
|
||
|
FIXXREF_OPTIONS=
|
||
|
|
||
|
# Used for dependencies
|
||
|
HFILE_GLOB=$(top_srcdir)/libxfce4panel/*.h
|
||
|
CFILE_GLOB=$(top_srcdir)/libxfce4panel/*.c
|
||
|
|
||
|
# Header files to ignore when scanning
|
||
|
IGNORE_HFILES= \
|
||
|
libxfce4panel-alias.h \
|
||
|
libxfce4panel-marshal.h \
|
||
|
xfce-panel-plugin-provider.h
|
||
|
|
||
|
# Extra files to add when scanning (relative to $srcdir)
|
||
|
EXTRA_HFILES=
|
||
|
|
||
|
# Images to copy into HTML directory
|
||
|
HTML_IMAGES =
|
||
|
|
||
|
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
|
||
|
content_files = \
|
||
|
version.xml
|
||
|
|
||
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
||
|
# if $(DOC_MODULE).types is non-empty.
|
||
|
INCLUDES = \
|
||
|
-I$(top_srcdir) \
|
||
|
-I$(top_builddir) \
|
||
|
$(GTK_CFLAGS) \
|
||
|
$(LIBXFCE4UTIL_CFLAGS) \
|
||
|
$(GTK_DOC_EXTRA_CFLAGS)
|
||
|
|
||
|
GTKDOC_LIBS = \
|
||
|
$(top_builddir)/libxfce4panel/libxfce4panel-$(LIBXFCE4PANEL_VERSION_API).la
|
||
|
|
||
|
include $(top_srcdir)/gtk-doc.make
|
||
|
|
||
|
# Other files to distribute
|
||
|
EXTRA_DIST += \
|
||
|
version.xml.in
|
||
|
|
||
|
# manual pages
|
||
|
man_MANS =
|
||
|
|
||
|
if MAINTAINER_MODE
|
||
|
%.1: %.xml
|
||
|
xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||
|
endif
|
||
|
|
||
|
# required for gtk-doc
|
||
|
dist-hook: all
|
||
|
|
||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|