aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r--doc/reference/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 2f9199871..3ca2de29a 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -126,7 +126,9 @@ IGNORE_HFILES = \
popup-commands.h \
ppview-toolbar.h \
prefs-dialog.h \
- toolbar.h \
+ ephy-toolbar.h \
+ ephy-fullscreen-popup.h \
+ ephy-link.h \
window-commands.h
# Images to copy into HTML directory.
@@ -142,11 +144,14 @@ extra_files =
# if $(DOC_MODULE).types is non-empty.
GTKDOC_CFLAGS = -I$(top_srcdir)/src \
-I$(top_srcdir)/lib \
+ -I$(top_builddir)/lib \
-I$(top_srcdir)/lib/widgets \
-I$(top_srcdir)/embed \
+ -I$(top_builddir)/embed \
-I$(top_srcdir)/embed/mozilla \
-I$(top_srcdir)/src/bookmarks \
-I$(top_srcdir)/lib/egg \
+ -I$(top_builddir)/lib/egg \
$(EPIPHANY_DEPENDENCY_CFLAGS)
GTKDOC_LIBS = \