evince r3354 - in trunk: . help/reference
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3354 - in trunk: . help/reference
- Date: Sun, 18 Jan 2009 18:22:56 +0000 (UTC)
Author: chpe
Date: Sun Jan 18 18:22:56 2009
New Revision: 3354
URL: http://svn.gnome.org/viewvc/evince?rev=3354&view=rev
Log:
Bug 568171 â doc build fails
Modified:
trunk/ChangeLog
trunk/help/reference/Makefile.am
trunk/help/reference/evince.types
Modified: trunk/help/reference/Makefile.am
==============================================================================
--- trunk/help/reference/Makefile.am (original)
+++ trunk/help/reference/Makefile.am Sun Jan 18 18:22:56 2009
@@ -18,7 +18,7 @@
# 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 @@
-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 @@
$(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))
Modified: trunk/help/reference/evince.types
==============================================================================
--- trunk/help/reference/evince.types (original)
+++ trunk/help/reference/evince.types Sun Jan 18 18:22:56 2009
@@ -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_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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]