summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-07-29 15:23:49 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-07-29 15:56:33 +0100
commit019e84e641e01b30732bcd4313620faaf15c371b (patch)
treec73e7e877cf8cec94d933e84a6a62a3361d59b9e /docs
parente3dcc31f9134f9307da478a5fa4881907cd8e13f (diff)
docs: use GTKDOC_CFLAGS not INCLUDES
Going by the examples provided by gtk-doc, this is preferred. It's been supported approximately forever.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index a781ea70..2a1087b3 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -93,10 +93,9 @@ expand_content_files=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
-# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_srcdir) -I$(top_builddir) \
- @DBUS_CFLAGS@ @GLIB_CFLAGS@
+GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) @DBUS_CFLAGS@ @GLIB_CFLAGS@
GTKDOC_LIBS=$(top_builddir)/telepathy-glib/libtelepathy-glib.la \
@DBUS_LIBS@ @GLIB_LIBS@