glib/docs/reference/gio/Makefile.am

206 lines
4.4 KiB
Makefile
Raw Normal View History

NULL =
# The name of the module.
DOC_MODULE=gio
# The top-level SGML file.
DOC_MAIN_SGML_FILE=gio-docs.xml
# Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
--ignore-decorators="G_GNUC_WARN_UNUSED_RESULT"
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR =$(top_srcdir)/gio $(top_builddir)/gio
HFILE_GLOB= \
$(top_srcdir)/gio/*.h \
$(top_builddir)/gio/gioenumtypes.h
CFILE_GLOB=$(top_srcdir)/gio/*.c
IGNORE_HFILES = \
2011-09-06 01:35:16 +02:00
fam \
fen \
gdbus-2.0 \
gvdb \
inotify \
2015-02-05 16:20:43 +01:00
kqueue \
2011-09-06 01:35:16 +02:00
libasyncns \
tests \
win32 \
xdgmime \
2015-02-05 16:20:43 +01:00
gappinfoprivate.h \
2011-09-06 01:35:16 +02:00
gapplicationimpl.h \
gasynchelper.h \
gcontenttypeprivate.h \
2015-03-12 21:43:02 +01:00
gcontextspecificgroup.h \
2015-02-05 16:20:43 +01:00
gcredentialsprivate.h \
gdbus-daemon-generated.h \
gdbusactiongroup-private.h \
2011-09-06 01:35:16 +02:00
gdbusauth.h \
gdbusauthmechanismanon.h \
gdbusauthmechanismexternal.h \
gdbusauthmechanism.h \
gdbusauthmechanismsha1.h \
2015-02-05 16:20:43 +01:00
gdbusdaemon.h \
2011-09-06 01:35:16 +02:00
gdbusprivate.h \
gdelayedsettingsbackend.h \
gdummyfile.h \
gdummyproxyresolver.h \
gdummytlsbackend.h \
gfileattribute-priv.h \
gfileinfo-priv.h \
ghttpproxy.h \
gio_trace.h \
2011-09-06 01:35:16 +02:00
giomodule-priv.h \
2015-02-05 16:20:43 +01:00
gioprivate.h \
giowin32-priv.h \
2011-09-06 01:35:16 +02:00
glocaldirectorymonitor.h \
glocalfileenumerator.h \
glocalfile.h \
glocalfileinfo.h \
glocalfileinputstream.h \
glocalfileiostream.h \
glocalfilemonitor.h \
glocalfileoutputstream.h \
glocalvfs.h \
gmountprivate.h \
gnativevolumemonitor.h \
2011-09-06 01:35:16 +02:00
gnetworkingprivate.h \
gnetworkmonitorbase.h \
gnetworkmonitornetlink.h \
2015-02-05 16:20:43 +01:00
gnetworkmonitornm.h \
gnotificationbackend.h \
gnotification-private.h \
2011-09-06 01:35:16 +02:00
gpollfilemonitor.h \
gregistrysettingsbackend.h \
2015-02-05 16:20:43 +01:00
gresourcefile.h \
2011-09-06 01:35:16 +02:00
gsettingsbackendinternal.h \
gsettings-mapping.h \
gsettingsschema-internal.h \
2011-09-06 01:35:16 +02:00
gsocketinputstream.h \
gsocketoutputstream.h \
gsocks4aproxy.h \
gsocks4proxy.h \
gsocks5proxy.h \
2013-10-17 21:01:42 +02:00
gsubprocesslauncher-private.h \
2011-09-06 01:35:16 +02:00
gthreadedresolver.h \
gunionvolumemonitor.h \
gunixmount.h \
gunixresolver.h \
gunixvolume.h \
gunixvolumemonitor.h \
gwin32appinfo.h \
gwin32mount.h \
gwin32resolver.h \
gwin32volumemonitor.h \
thumbnail-verify.h
2011-09-06 01:35:16 +02:00
2015-03-12 21:43:02 +01:00
MKDB_IGNORE_FILES = \
gdbus-daemon-generated.c \
kqueue \
libasyncns \
tests \
$(NULL)
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
AM_CPPFLAGS = \
$(gio_INCLUDES) \
$(GLIB_DEBUG_FLAGS)
GTKDOC_LIBS = \
$(top_builddir)/glib/libglib-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la \
$(top_builddir)/gmodule/libgmodule-2.0.la \
$(top_builddir)/gio/libgio-2.0.la \
$(NULL)
# Extra options to supply to gtkdoc-mkdb
MKDB_OPTIONS = --output-format=xml --name-space=g \
2015-03-12 21:43:02 +01:00
--ignore-files='$(MKDB_IGNORE_FILES)'
# Images to copy into HTML directory
HTML_IMAGES = \
2011-11-27 04:46:51 +01:00
gvfs-overview.png \
menu-example.png \
menu-model.png
content_files = \
version.xml \
overview.xml \
migrating-posix.xml \
migrating-gnome-vfs.xml \
migrating-gconf.xml \
2010-05-11 21:42:15 +02:00
migrating-gdbus.xml \
2010-04-18 21:54:54 +02:00
gio-querymodules.xml \
glib-compile-schemas.xml\
glib-compile-resources.xml \
2013-10-24 20:24:04 +02:00
gapplication.xml \
gsettings.xml \
2012-01-23 06:23:18 +01:00
gresource.xml \
2010-05-07 01:39:16 +02:00
gdbus.xml \
gdbus-codegen.xml \
gio.xml \
2010-05-07 01:39:16 +02:00
$(NULL)
expand_content_files = \
overview.xml \
migrating-posix.xml \
migrating-gnome-vfs.xml \
migrating-gconf.xml \
migrating-gdbus.xml \
gdbus-codegen.xml \
$(NULL)
extra_files = \
version.xml.in \
gvfs-overview.odg
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html --extra-dir=$(srcdir)/../gobject/html
include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += \
version.xml.in
2010-04-17 06:31:41 +02:00
man_MANS =
if ENABLE_MAN
man_MANS += \
gapplication.1 \
gio-querymodules.1 \
glib-compile-schemas.1 \
2012-01-13 16:39:28 +01:00
glib-compile-resources.1 \
gsettings.1 \
gresource.1 \
gdbus.1 \
gdbus-codegen.1 \
gio.1 \
$(NULL)
2010-04-17 06:31:41 +02:00
XSLTPROC_FLAGS = \
--nonet \
--stringparam man.output.quietly 1 \
--stringparam funcsynopsis.style ansi \
--stringparam man.th.extra1.suppress 1 \
--stringparam man.authors.section.enabled 0 \
--stringparam man.copyright.section.enabled 0
.xml.1:
$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
2010-04-17 06:31:41 +02:00
endif
CLEANFILES ?=
CLEANFILES += $(man_MANS)
EXTRA_DIST += $(man_MANS)
2010-04-18 02:13:59 +02:00
dist-hook-local: all-local
2010-04-17 06:31:41 +02:00
gio-docs-clean: clean
cd $(srcdir) && rm -rf xml html