From a30f0b53f8702f5acf38712e6c53ed0ca49dd219 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 18 Jan 2009 18:22:56 +0000 Subject: Bug 568171 – doc build fails svn path=/trunk/; revision=3354 --- (limited to 'help') diff --git a/help/reference/Makefile.am b/help/reference/Makefile.am index 5a5aed4..a8d23c2 100644 --- a/help/reference/Makefile.am +++ b/help/reference/Makefile.am @@ -18,7 +18,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../shell --source-dir=../../libdocument +DOC_SOURCE_DIR=../../shell --source-dir=../../libdocument --source-dir=../../libview # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= @@ -80,6 +80,9 @@ INCLUDES= \ -I$(top_srcdir)/cut-n-paste/toolbar-editor/ \ -I$(top_srcdir)/cut-n-paste/totem-screensaver/ \ -I$(top_srcdir)/libdocument \ + -I$(top_builddir)/libdocument \ + -I$(top_srcdir)/libview \ + -I$(top_builddir)/libview \ -I$(top_srcdir)/properties \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DGNOMEICONDIR=\""$(datadir)/pixmaps"\" \ @@ -99,6 +102,7 @@ GTKDOC_LIBS= \ $(top_builddir)/cut-n-paste/smclient/libsmclient.la \ $(top_builddir)/properties/libevproperties.la \ $(top_builddir)/libdocument/libevbackend.la \ + $(top_builddir)/libview/libevview.la \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS) \ $(filter-out ../../shell/main.o,$(wildcard ../../shell/*.o)) diff --git a/help/reference/evince.types b/help/reference/evince.types index 93fec12..7f5e03e 100644 --- a/help/reference/evince.types +++ b/help/reference/evince.types @@ -11,6 +11,8 @@ #include "ev-page-cache.h" #include "ev-view.h" #include "ev-view-private.h" +#include "ev-view-type-builtins.h" +#include "ev-view-accessible.h" #include "ev-window.h" ev_application_get_type @@ -22,6 +24,7 @@ ev_document_links_get_type ev_job_fonts_get_type ev_job_links_get_type ev_job_load_get_type +ev_job_priority_get_type ev_job_render_get_type ev_job_thumbnail_get_type ev_link_action_get_type -- cgit v0.9.1