[gedit/wip/gcode] build: fix gtk-doc
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/gcode] build: fix gtk-doc
- Date: Wed, 6 May 2015 13:02:20 +0000 (UTC)
commit edaf14a4d55080124ccd8e2e79601b66ea614c34
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed May 6 15:01:08 2015 +0200
build: fix gtk-doc
docs/reference/Makefile.am | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index fa17378..f5e6b89 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -27,6 +27,11 @@ CFILE_GLOB = $(top_srcdir)/gedit/*.c
# Header files to ignore when scanning (These are internal to gedit).
IGNORE_HFILES = \
+ gcode.h \
+ gcode-debug.h \
+ gcode-document.h \
+ gcode-metadata-manager.h \
+ gcode-utils.h \
gedit-app-osx.h \
gedit-app-win32.h \
gedit-app-x11.h \
@@ -74,15 +79,18 @@ 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.
-GTKDOC_CFLAGS = \
- -I$(top_srcdir)/gedit \
- -I$(top_builddir)/gedit \
- -I$(top_srcdir) \
- -I$(top_builddir) \
+GTKDOC_CFLAGS = \
+ -I$(top_srcdir)/gedit \
+ -I$(top_builddir)/gedit \
+ -I$(top_srcdir)/gedit/gcode \
+ -I$(top_builddir)/gedit/gcode \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
$(GEDIT_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/gedit/libgedit.la \
+ $(top_builddir)/gedit/gcode/libgcode.la \
$(GEDIT_LIBS)
MAINTAINERCLEANFILES = gedit.types
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]