]> www.fi.muni.cz Git - evince.git/commitdiff
Bug 568171 – doc build fails
authorChristian Persch <chpe@src.gnome.org>
Sun, 18 Jan 2009 18:22:56 +0000 (18:22 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 18 Jan 2009 18:22:56 +0000 (18:22 +0000)
svn path=/trunk/; revision=3354

ChangeLog
help/reference/Makefile.am
help/reference/evince.types

index 3766f15723bb0f41f086c0eedc095e2175c4694e..42e73179e7a2b41f3a0cec397a7246cf5a47abea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-18  Christian Persch  <chpe@gnome.org>
+
+       * help/reference/Makefile.am:
+       * help/reference/evince.types: Fix the API docs build. Bug #568171.
+
 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
 
        * libview/Makefile.am:
index 5a5aed48ef0bac7738276138b47434bd9d75ecd3..a8d23c2243f1354ba0b4956a5384911605e7062b 100644 (file)
@@ -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))
index 93fec127b84a3111b0e5af823f811f181dc811e5..7f5e03eea5b8aa148c36d1f57b566a6b1d725836 100644 (file)
@@ -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