~ubuntu-branches/ubuntu/jaunty/evince/jaunty

« back to all changes in this revision

Viewing changes to help/reference/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-19 10:39:43 UTC
  • mfrom: (1.1.39 upstream)
  • Revision ID: james.westby@ubuntu.com-20090119103943-kuy5u0ihrsxi51tl
Tags: 2.25.5-0ubuntu1
* New upstream version:
  Code changes:
  - Move EvView specific code to a libevview library so that it can
    be embbeded in other applications
  - Other improvements for embbeders
  Bug fixes:
  - Fix a minor typo 
  - Fix the API docs build 
  - Simplify drag data handling 
  - Several portability issues 
  - Fix mnemonic conflict 
  - Other bugs fixed: #567910

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# gtk-doc will search all .c & .h files beneath here for inline comments
19
19
# documenting the functions and macros.
20
20
# e.g. DOC_SOURCE_DIR=../../../gtk
21
 
DOC_SOURCE_DIR=../../shell --source-dir=../../libdocument
 
21
DOC_SOURCE_DIR=../../shell --source-dir=../../libdocument --source-dir=../../libview
22
22
 
23
23
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
24
24
SCANGOBJ_OPTIONS=
80
80
        -I$(top_srcdir)/cut-n-paste/toolbar-editor/     \
81
81
        -I$(top_srcdir)/cut-n-paste/totem-screensaver/  \
82
82
        -I$(top_srcdir)/libdocument                     \
 
83
        -I$(top_builddir)/libdocument                   \
 
84
        -I$(top_srcdir)/libview                         \
 
85
        -I$(top_builddir)/libview                               \
83
86
        -I$(top_srcdir)/properties                      \
84
87
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"          \
85
88
        -DGNOMEICONDIR=\""$(datadir)/pixmaps"\"         \
99
102
        $(top_builddir)/cut-n-paste/smclient/libsmclient.la             \
100
103
        $(top_builddir)/properties/libevproperties.la                   \
101
104
        $(top_builddir)/libdocument/libevbackend.la                     \
 
105
        $(top_builddir)/libview/libevview.la                            \
102
106
        $(SHELL_LIBS)                                                   \
103
107
        $(GNOME_PRINT_LIBS)                                             \
104
108
        $(filter-out ../../shell/main.o,$(wildcard ../../shell/*.o))