]> www.fi.muni.cz Git - evince.git/commit
Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.
authorChristian Persch <chpe@src.gnome.org>
Sun, 25 Jan 2009 15:08:57 +0000 (15:08 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 25 Jan 2009 15:08:57 +0000 (15:08 +0000)
commit4912987303aefef0d02a45726b75e5fdae043982
tree3856f1dc17d3c927436672171532942b997dfe2b
parentb2c387604ca233c9c70a0595a24d381ddfafd1d4
Renamed from evince-backend.pc.in. Renamed library to libevdocument.la.

        * configure.ac:
        * evince-document.pc.in: Renamed from evince-backend.pc.in.
        * libdocument/Makefile.am: Renamed library to libevdocument.la.
        * libview/Makefile.am:
        * shell/Makefile.am:
        * backend/*/Makefile.am: Adapt to changed library name.

        * libdocument/Makefile.am:
        * libview/Makefile.am: Change the installed headers path to match
        the directory names in SVN.

        * evince-document.h:
        * evince-view.h: Add single headers. Bug #568227.

        * libdocument/*.h:
        * libview/*.h: Add single headers guards.

        * libview/Makefile.am:
        * libdocument/Makefile.am:
        * backend/*/Makefile.am:
        * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
        still include individual headers.

        * properties/Makefile.am:
        * properties/ev-properties-main.c:
        * properties/ev-properties-view.h:
        * thumbnailer/Makefile.am:
        * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.

        * libdocument/Makefile.am:
        * libview/Makefile.am: Generate type builtins from all installed headers.
        * libdocument/ev-link-action.[ch]:
        * libdocument/ev-link-dest.[ch]:
        * libdocument/ev-transition-effect.[ch]:
        * libview/ev-view.[ch]: Remove handcoded type builtins.

        * libdocument/Makefile.am:
        * evince-document.h: Add ev-document-factory.h to the public headers.

svn path=/trunk/; revision=3381
75 files changed:
.gitignore [new file with mode: 0644]
ChangeLog
Makefile.am
backend/comics/Makefile.am
backend/djvu/Makefile.am
backend/dvi/Makefile.am
backend/impress/Makefile.am
backend/pdf/Makefile.am
backend/pixbuf/Makefile.am
backend/ps/Makefile.am
backend/tiff/Makefile.am
configure.ac
cut-n-paste/evmountoperation/Makefile.am
cut-n-paste/gimpcellrenderertoggle/Makefile.am
evince-document.h [new file with mode: 0644]
evince-document.pc.in [moved from evince-backend.pc.in with 83% similarity]
evince-view.h [new file with mode: 0644]
evince-view.pc.in
help/reference/Makefile.am
libdocument/Makefile.am
libdocument/ev-async-renderer.h
libdocument/ev-attachment.h
libdocument/ev-backends-manager.h
libdocument/ev-debug.h
libdocument/ev-document-factory.h
libdocument/ev-document-find.h
libdocument/ev-document-fonts.h
libdocument/ev-document-forms.h
libdocument/ev-document-images.h
libdocument/ev-document-info.h
libdocument/ev-document-layers.h
libdocument/ev-document-links.h
libdocument/ev-document-misc.h
libdocument/ev-document-security.h
libdocument/ev-document-thumbnails.h
libdocument/ev-document-transition.h
libdocument/ev-document-type-builtins.c.template
libdocument/ev-document-type-builtins.h.template
libdocument/ev-document.h
libdocument/ev-file-exporter.h
libdocument/ev-file-helpers.h
libdocument/ev-form-field.h
libdocument/ev-image.h
libdocument/ev-layer.h
libdocument/ev-link-action.c
libdocument/ev-link-action.h
libdocument/ev-link-dest.c
libdocument/ev-link-dest.h
libdocument/ev-link.h
libdocument/ev-module.h
libdocument/ev-page.h
libdocument/ev-render-context.h
libdocument/ev-selection.h
libdocument/ev-transition-effect.c
libdocument/ev-transition-effect.h
libview/Makefile.am
libview/ev-job-scheduler.h
libview/ev-jobs.h
libview/ev-page-cache.h
libview/ev-pixbuf-cache.h
libview/ev-timeline.h
libview/ev-transition-animation.h
libview/ev-view-accessible.h
libview/ev-view-private.h
libview/ev-view-type-builtins.c.template
libview/ev-view-type-builtins.h.template
libview/ev-view.c
libview/ev-view.h
properties/Makefile.am
properties/ev-properties-main.c
properties/ev-properties-view.h
shell/Makefile.am
shell/ev-window.c
thumbnailer/Makefile.am
thumbnailer/evince-thumbnailer.c