glib/docs/reference/gio/Makefile.am

186 lines
4.0 KiB
Makefile
Raw Normal View History

include $(top_srcdir)/Makefile.decl
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"
# 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= \
asyncns.h \
fam-helper.h \
fen-data.h \
fen-helper.h \
fen-kernel.h \
fen-node.h \
gasynchelper.h \
gcontenttypeprivate.h \
2010-05-14 06:21:39 +02:00
gdbusauth.h \
gdbusauthmechanism.h \
gdbusauthmechanismanon.h \
gdbusauthmechanismexternal.h \
gdbusauthmechanismsha1.h \
gdbusprivate.h \
2010-04-17 06:31:41 +02:00
gdelayedsettingsbackend.h \
gdummyfile.h \
gfamdirectorymonitor.h \
gfamfilemonitor.h \
gfileattribute-priv.h \
2009-07-06 04:24:14 +02:00
gfileinfo-priv.h \
ginotifydirectorymonitor.h \
ginotifyfilemonitor.h \
gio-marshal.h \
gio.h \
gioalias.h \
gioalias.h \
2010-04-17 06:31:41 +02:00
gkeyfilesettingsbackend.h \
gioenumtypes.h \
giomodule-priv.h \
glocaldirectorymonitor.h \
glocalfile.h \
glocalfileenumerator.h \
glocalfileinfo.h \
glocalfileinputstream.h \
glocalfilemonitor.h \
glocalfileoutputstream.h \
glocalvfs.h \
gnativevolumemonitor.h \
gnetworkingprivate.h \
2010-04-17 06:31:41 +02:00
gnullsettingsbackend.h \
gpollfilemonitor.h \
2010-04-15 20:59:41 +02:00
gsettingsbackendinternal.h \
2010-04-17 06:31:41 +02:00
gsettingsschema.h \
2010-05-14 06:21:39 +02:00
gsettings-mapping.h \
gthreadedresolver.h \
gunionvolumemonitor.h \
gunixdrive.h \
gunixresolver.h \
gunixvolume.h \
gvolumeprivate.h \
gwin32appinfo.h \
gwin32resolver.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 = \
-I$(srcdir) \
-I$(top_srcdir) \
-I$(top_srcdir)/glib \
-I$(top_srcdir)/gobject \
-I$(top_srcdir)/gio \
-I$(top_builddir) \
-I$(top_builddir)/glib \
-I$(top_builddir)/gobject \
-I$(top_builddir)/gio \
$(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 \
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\
gsettings.xml \
2010-05-07 01:39:16 +02:00
gsettings-schema-convert.xml \
gdbus.xml \
$(NULL)
expand_content_files = \
overview.xml \
migrating-posix.xml \
migrating-gnome-vfs.xml \
migrating-gconf.xml \
2010-05-11 21:42:15 +02:00
migrating-gdbus.xml
extra_files = \
version.xml.in \
gvfs-overview.odg
include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += \
version.xml.in
2010-04-17 06:31:41 +02:00
man_MANS = \
2010-04-18 21:54:54 +02:00
gio-querymodules.1 \
glib-compile-schemas.1 \
2010-04-23 04:01:19 +02:00
gsettings.1 \
2010-05-07 01:39:16 +02:00
gsettings-schema-convert.1 \
gdbus.1
2010-04-17 06:31:41 +02:00
if ENABLE_MAN
2010-04-17 22:57:28 +02:00
.xml.1:
2010-04-17 06:31:41 +02:00
@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.
2010-05-11 18:48:22 +02:00
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
2010-04-17 06:31:41 +02:00
endif
MAINTAINERCLEANFILES = $(man_MANS) $(BUILT_SOURCES)
EXTRA_DIST += $(man_MANS)
2010-04-18 02:13:59 +02:00
dist-hook-local: dist-local-check-mans-enabled gio-docs-clean all-local
2010-04-17 06:31:41 +02:00
gio-docs-clean: clean
cd $(srcdir) && rm -rf xml html