Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-01-18 18:22:56 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-01-18 18:22:56 (GMT)
commita30f0b53f8702f5acf38712e6c53ed0ca49dd219 (patch)
treeccfd4b99da9c779501726317095a5bead59de298 /help
parentf8f243a0620938f655f7fdf45d73f3a387436462 (diff)
Bug 568171 – doc build fails
svn path=/trunk/; revision=3354
Diffstat (limited to 'help')
-rw-r--r--help/reference/Makefile.am6
-rw-r--r--help/reference/evince.types3
2 files changed, 8 insertions, 1 deletions
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