glib/docs/reference/gio/Makefile.am
David Zeuthen 723adbc2fe Move gdbus-codegen example code and docs into separate directories
This avoids the generated types (e.g. ExampleAnimal, ExampleCat,
ExampleObject and ExampleObjectManagerClient) being referenced in the
core gio docs. This was requested by Matthias.

Signed-off-by: David Zeuthen <davidz@redhat.com>
2011-06-03 14:18:56 -04:00

210 lines
4.5 KiB
Makefile

include $(top_srcdir)/Makefile.decl
NULL =
SUBDIRS = gdbus-object-manager-example
# 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"
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=$(top_srcdir)/gio
HFILE_GLOB=$(top_srcdir)/gio/*.h
CFILE_GLOB=$(top_srcdir)/gio/*.c
# Headers to ignore
IGNORE_HFILES= \
gvdb \
tests \
asyncns.h \
fam-helper.h \
fen-data.h \
fen-helper.h \
fen-kernel.h \
fen-node.h \
gasynchelper.h \
gcontenttypeprivate.h \
gdbusauth.h \
gdbusauthmechanism.h \
gdbusauthmechanismanon.h \
gdbusauthmechanismexternal.h \
gdbusauthmechanismsha1.h \
gdbusprivate.h \
gdbus-sessionbus.h \
gdbus-tests.h \
gdummyproxyresolver.h \
testenums.h \
gapplicationimpl.h \
gdelayedsettingsbackend.h \
gregistrysettingsbackend.h \
gdummyfile.h \
gfamdirectorymonitor.h \
gfamfilemonitor.h \
gfendirectorymonitor.h \
gfenfilemonitor.h \
gfileattribute-priv.h \
gfileinfo-priv.h \
ginotifydirectorymonitor.h \
ginotifyfilemonitor.h \
gio-marshal.h \
gio.h \
gkeyfilesettingsbackend.h \
gioenumtypes.h \
giomodule-priv.h \
glocaldirectorymonitor.h \
glocalfile.h \
glocalfileenumerator.h \
glocalfileinfo.h \
glocalfileinputstream.h \
glocalfileiostream.h \
glocalfilemonitor.h \
glocalfileoutputstream.h \
glocalvfs.h \
gmemorysettingsbackend.h \
gmountprivate.h \
gnativevolumemonitor.h \
gnetworkingprivate.h \
gnullsettingsbackend.h \
gpollfilemonitor.h \
gproxyconnection.h \
gsettingsbackendinternal.h \
gsettingsschema.h \
gsettings-mapping.h \
gsocketinputstream.h \
gsocketoutputstream.h \
gthreadedresolver.h \
gunionvolumemonitor.h \
gunixdrive.h \
gunixmount.h \
gunixvolumemonitor.h \
gunixresolver.h \
gunixvolume.h \
gvdb-builder.h \
gvdb-format.h \
gvdb-render.h \
gvolumeprivate.h \
gwin32appinfo.h \
gwin32mount.h \
gwin32directorymonitor.h \
gwin32inputstream.h \
gwin32outputstream.h \
gwin32volumemonitor.h \
gwin32resolver.h \
gwinhttpfile.h \
gwinhttpfileinputstream.h \
gwinhttpfileoutputstream.h \
gwinhttpvfs.h \
inotify-diag.h \
inotify-helper.h \
inotify-kernel.h \
inotify-missing.h \
inotify-path.h \
inotify-sub.h \
local_inotify.h \
local_inotify_syscalls.h \
xdgmime.h \
xdgmimealias.h \
xdgmimecache.h \
xdgmimeglob.h \
xdgmimeint.h \
xdgmimemagic.h \
xdgmimeparent.h \
xdgmimeicon.h \
winhttp.h \
$(NULL)
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
INCLUDES = \
$(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 --sgml-mode --name-space=g \
--ignore-files=libasyncns
# Images to copy into HTML directory
HTML_IMAGES = \
gvfs-overview.png
content_files = \
version.xml \
overview.xml \
migrating-posix.xml \
migrating-gnome-vfs.xml \
migrating-gconf.xml \
migrating-gdbus.xml \
gio-querymodules.xml \
glib-compile-schemas.xml\
gsettings.xml \
gdbus.xml \
gdbus-codegen.xml \
$(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
include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += \
version.xml.in
man_MANS = \
gio-querymodules.1 \
glib-compile-schemas.1 \
gsettings.1 \
gdbus.1 \
gdbus-codegen.1
if ENABLE_MAN
.xml.1:
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
dist-local-check-mans-enabled:
if grep "Man generation disabled" $(man_MANS) >/dev/null; then $(RM) $(man_MANS); fi
else
$(man_MANS):
echo Man generation disabled. Creating dummy $@. Configure with --enable-man to enable it.
echo Man generation disabled. Remove this file, configure with --enable-man, and rebuild > $@
dist-local-check-mans-enabled:
echo "*** --enable-man must be used in order to make dist"
false
endif
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
EXTRA_DIST += $(man_MANS)
dist-hook-local: dist-local-check-mans-enabled gio-docs-clean all-local
gio-docs-clean: clean
cd $(srcdir) && rm -rf xml html