summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-15 04:48:50 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-15 04:48:50 +0800
commit635c1c10f924842582a1c00f911cbbd1a38b3754 (patch)
tree6207b834c0548efa6439f4fcc38d6406594b8abd /graphics
parent492ffe08949ac1be68e951ebbbc49d9a39e560d4 (diff)
downloadmarcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar.gz
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar.bz2
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar.lz
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar.xz
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.tar.zst
marcuscom-ports-635c1c10f924842582a1c00f911cbbd1a38b3754.zip
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evince3/Makefile123
-rw-r--r--graphics/evince3/distinfo2
-rw-r--r--graphics/evince3/pkg-descr5
-rw-r--r--graphics/evince3/pkg-plist2190
4 files changed, 2320 insertions, 0 deletions
diff --git a/graphics/evince3/Makefile b/graphics/evince3/Makefile
new file mode 100644
index 000000000..5de8ef7cd
--- /dev/null
+++ b/graphics/evince3/Makefile
@@ -0,0 +1,123 @@
+# New ports collection makefile for: evince
+# Date created: 09 January 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/evince3/Makefile,v 1.1 2010/07/23 19:05:44 kwm Exp $
+#
+
+PORTNAME= evince
+PORTVERSION= 2.91.5
+CATEGORIES= graphics print gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 3 multi-format document viewer
+
+BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk \
+ spectre.1:${PORTSDIR}/print/libspectre
+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+
+USE_LDCONFIG= yes
+USE_BZIP2= yes
+USE_AUTOTOOLS= libtool
+INSTALLS_ICONS= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+INSTALLS_OMF= yes
+USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \
+ gnomedocutils ltasneededhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GLIB_SCHEMAS= org.gnome.Evince.gschema.xml
+
+PLIST_SUB= VERSION=3.0
+
+MAN1= evince.1
+
+OPTIONS= DVI "Enable DVI viewer support" off \
+ T1LIB "Enable T1LIB for TYPE1 fonts to DVI (Enables DVI)" off \
+ NAUTILUS "Enable Nautilus plugin" on \
+ KEYRING "Enable Gnome-Keyring without Nautilus" on \
+ COMICS "Enable comic book archives support" on \
+ DJVU "Enable DJVU support" off
+# XPS "Enable XPS backend support" off \
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_DVI) || defined(WITH_T1LIB) || exists(${LOCALBASE}/lib/libkpathsea.a)
+BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+RUN_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+
+CONFIGURE_ARGS+= --enable-dvi
+PLIST_SUB+= DVI=""
+. if defined(WITH_T1LIB)
+LIB_DEPENDS+= t1.5:${PORTSDIR}/devel/t1lib
+
+CONFIGURE_ARGS+= --enable-t1lib
+. endif
+.else
+PLIST_SUB+= DVI="@comment "
+.endif
+
+.if !defined(WITHOUT_NAUTILUS)
+USE_GNOME+= nautilus3
+CONFIGURE_ARGS+= --enable-nautilus
+PLIST_SUB+= NAUTILUS=""
+.else
+BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
+RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
+.if !defined(WITHOUT_KEYRING)
+LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+.else
+CONFIGURE_ARGS+= --without-keyring
+.endif
+CONFIGURE_ARGS+= --disable-nautilus
+PLIST_SUB+= NAUTILUS="@comment "
+.endif
+
+#.if defined(WITH_XPS)
+#CONFIGURE_ARGS+= --enable-xps
+#LIB_DEPENDS+=
+#PLIST_SUB+= XPS=""
+#.else
+CONFIGURE_ARGS+= --disable-xps
+#PLIST_SUB+= XPS="@comment "
+#.endif
+
+.if defined(WITH_DJVU)
+LIB_DEPENDS+= djvulibre.23:${PORTSDIR}/graphics/djvulibre-nox11
+CONFIGURE_ARGS+= --enable-djvu
+PLIST_SUB+= DJVU=""
+.else
+CONFIGURE_ARGS+= --disable-djvu
+PLIST_SUB+= DJVU="@comment "
+.endif
+
+.if !defined(WITHOUT_COMICS)
+RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
+CONFIGURE_ARGS+= --enable-comics
+PLIST_SUB+= COMICS=""
+.else
+CONFIGURE_ARGS+= --disable-comics
+PLIST_SUB+= COMICS="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
+ -e 's|" == "|" = "|g' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \
+ ${WRKSRC}/help/reference/libdocument/Makefile.in \
+ ${WRKSRC}/help/reference/libview/Makefile.in
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.mk>
diff --git a/graphics/evince3/distinfo b/graphics/evince3/distinfo
new file mode 100644
index 000000000..909d3145f
--- /dev/null
+++ b/graphics/evince3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/evince-2.91.5.tar.bz2) = 771eaa0b15bc14a47e324f6fd6e27970335c31993fcf80039716061c6773612b
+SIZE (gnome3/evince-2.91.5.tar.bz2) = 2653968
diff --git a/graphics/evince3/pkg-descr b/graphics/evince3/pkg-descr
new file mode 100644
index 000000000..800f6fcd3
--- /dev/null
+++ b/graphics/evince3/pkg-descr
@@ -0,0 +1,5 @@
+Evince is a document viewer for multiple document formats including PDF and
+Postscript. The goal of evince is to replace document viewers such as ggv and
+gpdf with a single, simple application.
+
+WWW: http://www.gnome.org/projects/evince/
diff --git a/graphics/evince3/pkg-plist b/graphics/evince3/pkg-plist
new file mode 100644
index 000000000..a08999209
--- /dev/null
+++ b/graphics/evince3/pkg-plist
@@ -0,0 +1,2190 @@
+bin/evince
+bin/evince-previewer
+bin/evince-thumbnailer
+include/evince/%%VERSION%%/evince-document.h
+include/evince/%%VERSION%%/evince-view.h
+include/evince/%%VERSION%%/libdocument/ev-annotation.h
+include/evince/%%VERSION%%/libdocument/ev-async-renderer.h
+include/evince/%%VERSION%%/libdocument/ev-attachment.h
+include/evince/%%VERSION%%/libdocument/ev-backends-manager.h
+include/evince/%%VERSION%%/libdocument/ev-document-annotations.h
+include/evince/%%VERSION%%/libdocument/ev-document-attachments.h
+include/evince/%%VERSION%%/libdocument/ev-document-factory.h
+include/evince/%%VERSION%%/libdocument/ev-document-find.h
+include/evince/%%VERSION%%/libdocument/ev-document-fonts.h
+include/evince/%%VERSION%%/libdocument/ev-document-forms.h
+include/evince/%%VERSION%%/libdocument/ev-document-images.h
+include/evince/%%VERSION%%/libdocument/ev-document-info.h
+include/evince/%%VERSION%%/libdocument/ev-document-layers.h
+include/evince/%%VERSION%%/libdocument/ev-document-links.h
+include/evince/%%VERSION%%/libdocument/ev-document-misc.h
+include/evince/%%VERSION%%/libdocument/ev-document-print.h
+include/evince/%%VERSION%%/libdocument/ev-document-security.h
+include/evince/%%VERSION%%/libdocument/ev-document-text.h
+include/evince/%%VERSION%%/libdocument/ev-document-transition.h
+include/evince/%%VERSION%%/libdocument/ev-document-type-builtins.h
+include/evince/%%VERSION%%/libdocument/ev-document.h
+include/evince/%%VERSION%%/libdocument/ev-file-exporter.h
+include/evince/%%VERSION%%/libdocument/ev-file-helpers.h
+include/evince/%%VERSION%%/libdocument/ev-form-field.h
+include/evince/%%VERSION%%/libdocument/ev-image.h
+include/evince/%%VERSION%%/libdocument/ev-init.h
+include/evince/%%VERSION%%/libdocument/ev-layer.h
+include/evince/%%VERSION%%/libdocument/ev-link-action.h
+include/evince/%%VERSION%%/libdocument/ev-link-dest.h
+include/evince/%%VERSION%%/libdocument/ev-link.h
+include/evince/%%VERSION%%/libdocument/ev-mapping-list.h
+include/evince/%%VERSION%%/libdocument/ev-page.h
+include/evince/%%VERSION%%/libdocument/ev-render-context.h
+include/evince/%%VERSION%%/libdocument/ev-selection.h
+include/evince/%%VERSION%%/libdocument/ev-transition-effect.h
+include/evince/%%VERSION%%/libdocument/ev-version.h
+include/evince/%%VERSION%%/libview/ev-document-model.h
+include/evince/%%VERSION%%/libview/ev-job-scheduler.h
+include/evince/%%VERSION%%/libview/ev-jobs.h
+include/evince/%%VERSION%%/libview/ev-print-operation.h
+include/evince/%%VERSION%%/libview/ev-stock-icons.h
+include/evince/%%VERSION%%/libview/ev-view-presentation.h
+include/evince/%%VERSION%%/libview/ev-view-type-builtins.h
+include/evince/%%VERSION%%/libview/ev-view.h
+%%COMICS%%lib/evince/3/backends/comicsdocument.evince-backend
+%%DJVU%%lib/evince/3/backends/djvudocument.evince-backend
+%%DVI%%lib/evince/3/backends/dvidocument.evince-backend
+%%COMICS%%lib/evince/3/backends/libcomicsdocument.a
+%%COMICS%%lib/evince/3/backends/libcomicsdocument.la
+%%COMICS%%lib/evince/3/backends/libcomicsdocument.so
+%%DJVU%%lib/evince/3/backends/libdjvudocument.a
+%%DJVU%%lib/evince/3/backends/libdjvudocument.la
+%%DJVU%%lib/evince/3/backends/libdjvudocument.so
+%%DVI%%lib/evince/3/backends/libdvidocument.a
+%%DVI%%lib/evince/3/backends/libdvidocument.la
+%%DVI%%lib/evince/3/backends/libdvidocument.so
+lib/evince/3/backends/libpdfdocument.a
+lib/evince/3/backends/libpdfdocument.la
+lib/evince/3/backends/libpdfdocument.so
+lib/evince/3/backends/libpsdocument.a
+lib/evince/3/backends/libpsdocument.la
+lib/evince/3/backends/libpsdocument.so
+lib/evince/3/backends/libtiffdocument.a
+lib/evince/3/backends/libtiffdocument.la
+lib/evince/3/backends/libtiffdocument.so
+lib/evince/3/backends/pdfdocument.evince-backend
+lib/evince/3/backends/psdocument.evince-backend
+lib/evince/3/backends/tiffdocument.evince-backend
+lib/libevdocument3.a
+lib/libevdocument3.la
+lib/libevdocument3.so
+lib/libevdocument3.so.3
+lib/libevview3.a
+lib/libevview3.la
+lib/libevview3.so
+lib/libevview3.so.3
+%%NAUTILUS%%lib/nautilus/extensions-3.0/libevince-properties-page.a
+%%NAUTILUS%%lib/nautilus/extensions-3.0/libevince-properties-page.la
+%%NAUTILUS%%lib/nautilus/extensions-3.0/libevince-properties-page.so
+libdata/pkgconfig/evince-document-%%VERSION%%.pc
+libdata/pkgconfig/evince-view-%%VERSION%%.pc
+libexec/evinced
+share/GConf/gsettings/evince.convert
+share/applications/evince.desktop
+share/dbus-1/services/org.gnome.evince.Daemon.service
+%%DOCSDIR%%/EggFindBar.html
+%%DOCSDIR%%/EvFileMonitor.html
+%%DOCSDIR%%/EvHistory.html
+%%DOCSDIR%%/EvMessageArea.html
+%%DOCSDIR%%/EvNavigationAction.html
+%%DOCSDIR%%/EvNavigationActionWidget.html
+%%DOCSDIR%%/EvOpenRecentAction.html
+%%DOCSDIR%%/EvPageAction.html
+%%DOCSDIR%%/EvPageActionWidget.html
+%%DOCSDIR%%/EvPasswordView.html
+%%DOCSDIR%%/EvProgressMessageArea.html
+%%DOCSDIR%%/EvSidebar.html
+%%DOCSDIR%%/EvSidebarAttachments.html
+%%DOCSDIR%%/EvSidebarLayers.html
+%%DOCSDIR%%/EvSidebarLinks.html
+%%DOCSDIR%%/EvSidebarPage.html
+%%DOCSDIR%%/EvSidebarThumbnails.html
+%%DOCSDIR%%/EvWindow.html
+%%DOCSDIR%%/api-index-full.html
+%%DOCSDIR%%/evince-ev-application.html
+%%DOCSDIR%%/evince-ev-keyring.html
+%%DOCSDIR%%/evince-ev-media-player-keys.html
+%%DOCSDIR%%/evince-ev-metadata.html
+%%DOCSDIR%%/evince-ev-properties-dialog.html
+%%DOCSDIR%%/evince-ev-properties-fonts.html
+%%DOCSDIR%%/evince-ev-properties-license.html
+%%DOCSDIR%%/evince-ev-utils.html
+%%DOCSDIR%%/evince-ev-window-title.html
+%%DOCSDIR%%/evince-frontend.html
+%%DOCSDIR%%/evince.devhelp
+%%DOCSDIR%%/evince.devhelp2
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/licence.html
+%%DOCSDIR%%/object-tree.html
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
+share/doc/libevdocument/EvAnnotation.html
+share/doc/libevdocument/EvAsyncRenderer.html
+share/doc/libevdocument/EvAttachment.html
+share/doc/libevdocument/EvDocument.html
+share/doc/libevdocument/EvDocumentAnnotations.html
+share/doc/libevdocument/EvDocumentAttachments.html
+share/doc/libevdocument/EvDocumentFind.html
+share/doc/libevdocument/EvDocumentFonts.html
+share/doc/libevdocument/EvDocumentForms.html
+share/doc/libevdocument/EvDocumentImages.html
+share/doc/libevdocument/EvDocumentLayers.html
+share/doc/libevdocument/EvDocumentLinks.html
+share/doc/libevdocument/EvDocumentPrint.html
+share/doc/libevdocument/EvDocumentSecurity.html
+share/doc/libevdocument/EvDocumentTransition.html
+share/doc/libevdocument/EvFileExporter.html
+share/doc/libevdocument/EvFormField.html
+share/doc/libevdocument/EvImage.html
+share/doc/libevdocument/EvLayer.html
+share/doc/libevdocument/EvPage.html
+share/doc/libevdocument/EvRenderContext.html
+share/doc/libevdocument/EvSelection.html
+share/doc/libevdocument/api-index-full.html
+share/doc/libevdocument/document-data.html
+share/doc/libevdocument/document-helpers.html
+share/doc/libevdocument/document-interfaces.html
+share/doc/libevdocument/home.png
+share/doc/libevdocument/index.html
+share/doc/libevdocument/index.sgml
+share/doc/libevdocument/left.png
+share/doc/libevdocument/libevdocument-EvDocumentInfo.html
+share/doc/libevdocument/libevdocument-EvDocumentMisc.html
+share/doc/libevdocument/libevdocument-Version-checks.html
+share/doc/libevdocument/libevdocument-ev-backends-manager.html
+share/doc/libevdocument/libevdocument-ev-document-factory.html
+share/doc/libevdocument/libevdocument-ev-file-helpers.html
+share/doc/libevdocument/libevdocument-ev-init.html
+share/doc/libevdocument/libevdocument-ev-link-action.html
+share/doc/libevdocument/libevdocument-ev-link-dest.html
+share/doc/libevdocument/libevdocument-ev-link.html
+share/doc/libevdocument/libevdocument-ev-mapping.html
+share/doc/libevdocument/libevdocument-ev-transition-effect.html
+share/doc/libevdocument/libevdocument.devhelp
+share/doc/libevdocument/libevdocument.devhelp2
+share/doc/libevdocument/licence.html
+share/doc/libevdocument/object-tree.html
+share/doc/libevdocument/right.png
+share/doc/libevdocument/style.css
+share/doc/libevdocument/up.png
+share/doc/libevview/EvJob.html
+share/doc/libevview/api-index-full.html
+share/doc/libevview/home.png
+share/doc/libevview/index.html
+share/doc/libevview/index.sgml
+share/doc/libevview/left.png
+share/doc/libevview/libevview-ev-annotation-window.html
+share/doc/libevview/libevview-ev-document-model.html
+share/doc/libevview/libevview-ev-job-scheduler.html
+share/doc/libevview/libevview-ev-page-cache.html
+share/doc/libevview/libevview-ev-print-operation.html
+share/doc/libevview/libevview-ev-stock-icons.html
+share/doc/libevview/libevview-ev-view-cursor.html
+share/doc/libevview/libevview-ev-view-presentation.html
+share/doc/libevview/libevview-ev-view-type-builtins.html
+share/doc/libevview/libevview-ev-view.html
+share/doc/libevview/libevview.devhelp
+share/doc/libevview/libevview.devhelp2
+share/doc/libevview/licence.html
+share/doc/libevview/object-tree.html
+share/doc/libevview/right.png
+share/doc/libevview/style.css
+share/doc/libevview/up.png
+share/doc/libevview/view-view.html
+%%DATADIR%%/evince-previewer-ui.xml
+%%DATADIR%%/evince-toolbar.xml
+%%DATADIR%%/evince-ui.xml
+%%DATADIR%%/hand-open.png
+%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
+%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
+%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
+%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
+%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
+%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
+%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
+%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
+%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
+%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
+%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
+%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
+%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
+%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
+%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
+%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/48x48/actions/close.png
+%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
+%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
+%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
+%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
+share/gnome/help/evince/C/add-text-annotation.png
+share/gnome/help/evince/C/annotation-properties.page
+share/gnome/help/evince/C/annotations-delete.page
+share/gnome/help/evince/C/annotations-disabled.page
+share/gnome/help/evince/C/annotations-nav-to-page.png
+share/gnome/help/evince/C/annotations-navigate.page
+share/gnome/help/evince/C/annotations-navigate.png
+share/gnome/help/evince/C/annotations-save.page
+share/gnome/help/evince/C/annotations.page
+share/gnome/help/evince/C/bookmarks.page
+share/gnome/help/evince/C/bug-filing.page
+share/gnome/help/evince/C/commandline.page
+share/gnome/help/evince/C/convertPostScript.page
+share/gnome/help/evince/C/convertSVG.page
+share/gnome/help/evince/C/convertpdf.page
+share/gnome/help/evince/C/duplex-10pages.page
+share/gnome/help/evince/C/duplex-11pages.page
+share/gnome/help/evince/C/duplex-12pages.page
+share/gnome/help/evince/C/duplex-13pages.page
+share/gnome/help/evince/C/duplex-14pages.page
+share/gnome/help/evince/C/duplex-15pages.page
+share/gnome/help/evince/C/duplex-16pages.page
+share/gnome/help/evince/C/duplex-3pages.page
+share/gnome/help/evince/C/duplex-4pages.page
+share/gnome/help/evince/C/duplex-5pages.page
+share/gnome/help/evince/C/duplex-6pages.page
+share/gnome/help/evince/C/duplex-7pages.page
+share/gnome/help/evince/C/duplex-8pages.page
+share/gnome/help/evince/C/duplex-9pages.page
+share/gnome/help/evince/C/duplex-npages.page
+share/gnome/help/evince/C/editing.page
+share/gnome/help/evince/C/evincelogo.png
+share/gnome/help/evince/C/finding.page
+share/gnome/help/evince/C/formats.page
+share/gnome/help/evince/C/forms-saving.page
+share/gnome/help/evince/C/forms.page
+share/gnome/help/evince/C/gconf-editor.png
+share/gnome/help/evince/C/index.page
+share/gnome/help/evince/C/introduction.page
+share/gnome/help/evince/C/invert-colors.page
+share/gnome/help/evince/C/legal.xml
+share/gnome/help/evince/C/list-add-tabs.png
+share/gnome/help/evince/C/movingaround.page
+share/gnome/help/evince/C/noprint.page
+share/gnome/help/evince/C/openerror.page
+share/gnome/help/evince/C/opening.page
+share/gnome/help/evince/C/password.page
+share/gnome/help/evince/C/presentations.page
+share/gnome/help/evince/C/print-2sided.page
+share/gnome/help/evince/C/print-2sided.png
+share/gnome/help/evince/C/print-booklet.page
+share/gnome/help/evince/C/print-differentsize.page
+share/gnome/help/evince/C/print-order.page
+share/gnome/help/evince/C/print-select.page
+share/gnome/help/evince/C/print-select.png
+share/gnome/help/evince/C/printing.page
+share/gnome/help/evince/C/reload.page
+share/gnome/help/evince/C/reverse-collate.png
+share/gnome/help/evince/C/shortcuts.page
+share/gnome/help/evince/C/singlesided-13-16pages.page
+share/gnome/help/evince/C/singlesided-17-20pages.page
+share/gnome/help/evince/C/singlesided-3-4pages.page
+share/gnome/help/evince/C/singlesided-5-8pages.page
+share/gnome/help/evince/C/singlesided-9-12pages.page
+share/gnome/help/evince/C/singlesided-npages.page
+share/gnome/help/evince/C/synctex-beamer.page
+share/gnome/help/evince/C/synctex-compile.page
+share/gnome/help/evince/C/synctex-editors.page
+share/gnome/help/evince/C/synctex-search.page
+share/gnome/help/evince/C/synctex-support.page
+share/gnome/help/evince/C/synctex.page
+share/gnome/help/evince/C/textselection.page
+share/gnome/help/evince/C/zoom.png
+share/gnome/help/evince/bg/add-text-annotation.png
+share/gnome/help/evince/bg/annotation-properties.page
+share/gnome/help/evince/bg/annotations-delete.page
+share/gnome/help/evince/bg/annotations-disabled.page
+share/gnome/help/evince/bg/annotations-nav-to-page.png
+share/gnome/help/evince/bg/annotations-navigate.page
+share/gnome/help/evince/bg/annotations-navigate.png
+share/gnome/help/evince/bg/annotations-save.page
+share/gnome/help/evince/bg/annotations.page
+share/gnome/help/evince/bg/bookmarks.page
+share/gnome/help/evince/bg/bug-filing.page
+share/gnome/help/evince/bg/commandline.page
+share/gnome/help/evince/bg/convertPostScript.page
+share/gnome/help/evince/bg/convertSVG.page
+share/gnome/help/evince/bg/convertpdf.page
+share/gnome/help/evince/bg/duplex-10pages.page
+share/gnome/help/evince/bg/duplex-11pages.page
+share/gnome/help/evince/bg/duplex-12pages.page
+share/gnome/help/evince/bg/duplex-13pages.page
+share/gnome/help/evince/bg/duplex-14pages.page
+share/gnome/help/evince/bg/duplex-15pages.page
+share/gnome/help/evince/bg/duplex-16pages.page
+share/gnome/help/evince/bg/duplex-3pages.page
+share/gnome/help/evince/bg/duplex-4pages.page
+share/gnome/help/evince/bg/duplex-5pages.page
+share/gnome/help/evince/bg/duplex-6pages.page
+share/gnome/help/evince/bg/duplex-7pages.page
+share/gnome/help/evince/bg/duplex-8pages.page
+share/gnome/help/evince/bg/duplex-9pages.page
+share/gnome/help/evince/bg/duplex-npages.page
+share/gnome/help/evince/bg/editing.page
+share/gnome/help/evince/bg/evincelogo.png
+share/gnome/help/evince/bg/finding.page
+share/gnome/help/evince/bg/formats.page
+share/gnome/help/evince/bg/forms-saving.page
+share/gnome/help/evince/bg/forms.page
+share/gnome/help/evince/bg/gconf-editor.png
+share/gnome/help/evince/bg/index.page
+share/gnome/help/evince/bg/introduction.page
+share/gnome/help/evince/bg/invert-colors.page
+share/gnome/help/evince/bg/legal.xml
+share/gnome/help/evince/bg/list-add-tabs.png
+share/gnome/help/evince/bg/movingaround.page
+share/gnome/help/evince/bg/noprint.page
+share/gnome/help/evince/bg/openerror.page
+share/gnome/help/evince/bg/opening.page
+share/gnome/help/evince/bg/password.page
+share/gnome/help/evince/bg/presentations.page
+share/gnome/help/evince/bg/print-2sided.page
+share/gnome/help/evince/bg/print-2sided.png
+share/gnome/help/evince/bg/print-booklet.page
+share/gnome/help/evince/bg/print-differentsize.page
+share/gnome/help/evince/bg/print-order.page
+share/gnome/help/evince/bg/print-select.page
+share/gnome/help/evince/bg/print-select.png
+share/gnome/help/evince/bg/printing.page
+share/gnome/help/evince/bg/reload.page
+share/gnome/help/evince/bg/reverse-collate.png
+share/gnome/help/evince/bg/shortcuts.page
+share/gnome/help/evince/bg/singlesided-13-16pages.page
+share/gnome/help/evince/bg/singlesided-17-20pages.page
+share/gnome/help/evince/bg/singlesided-3-4pages.page
+share/gnome/help/evince/bg/singlesided-5-8pages.page
+share/gnome/help/evince/bg/singlesided-9-12pages.page
+share/gnome/help/evince/bg/singlesided-npages.page
+share/gnome/help/evince/bg/synctex-beamer.page
+share/gnome/help/evince/bg/synctex-compile.page
+share/gnome/help/evince/bg/synctex-editors.page
+share/gnome/help/evince/bg/synctex-search.page
+share/gnome/help/evince/bg/synctex-support.page
+share/gnome/help/evince/bg/synctex.page
+share/gnome/help/evince/bg/textselection.page
+share/gnome/help/evince/bg/zoom.png
+share/gnome/help/evince/ca/add-text-annotation.png
+share/gnome/help/evince/ca/annotation-properties.page
+share/gnome/help/evince/ca/annotations-delete.page
+share/gnome/help/evince/ca/annotations-disabled.page
+share/gnome/help/evince/ca/annotations-nav-to-page.png
+share/gnome/help/evince/ca/annotations-navigate.page
+share/gnome/help/evince/ca/annotations-navigate.png
+share/gnome/help/evince/ca/annotations-save.page
+share/gnome/help/evince/ca/annotations.page
+share/gnome/help/evince/ca/bookmarks.page
+share/gnome/help/evince/ca/bug-filing.page
+share/gnome/help/evince/ca/commandline.page
+share/gnome/help/evince/ca/convertPostScript.page
+share/gnome/help/evince/ca/convertSVG.page
+share/gnome/help/evince/ca/convertpdf.page
+share/gnome/help/evince/ca/duplex-10pages.page
+share/gnome/help/evince/ca/duplex-11pages.page
+share/gnome/help/evince/ca/duplex-12pages.page
+share/gnome/help/evince/ca/duplex-13pages.page
+share/gnome/help/evince/ca/duplex-14pages.page
+share/gnome/help/evince/ca/duplex-15pages.page
+share/gnome/help/evince/ca/duplex-16pages.page
+share/gnome/help/evince/ca/duplex-3pages.page
+share/gnome/help/evince/ca/duplex-4pages.page
+share/gnome/help/evince/ca/duplex-5pages.page
+share/gnome/help/evince/ca/duplex-6pages.page
+share/gnome/help/evince/ca/duplex-7pages.page
+share/gnome/help/evince/ca/duplex-8pages.page
+share/gnome/help/evince/ca/duplex-9pages.page
+share/gnome/help/evince/ca/duplex-npages.page
+share/gnome/help/evince/ca/editing.page
+share/gnome/help/evince/ca/evincelogo.png
+share/gnome/help/evince/ca/finding.page
+share/gnome/help/evince/ca/formats.page
+share/gnome/help/evince/ca/forms-saving.page
+share/gnome/help/evince/ca/forms.page
+share/gnome/help/evince/ca/gconf-editor.png
+share/gnome/help/evince/ca/index.page
+share/gnome/help/evince/ca/introduction.page
+share/gnome/help/evince/ca/invert-colors.page
+share/gnome/help/evince/ca/legal.xml
+share/gnome/help/evince/ca/list-add-tabs.png
+share/gnome/help/evince/ca/movingaround.page
+share/gnome/help/evince/ca/noprint.page
+share/gnome/help/evince/ca/openerror.page
+share/gnome/help/evince/ca/opening.page
+share/gnome/help/evince/ca/password.page
+share/gnome/help/evince/ca/presentations.page
+share/gnome/help/evince/ca/print-2sided.page
+share/gnome/help/evince/ca/print-2sided.png
+share/gnome/help/evince/ca/print-booklet.page
+share/gnome/help/evince/ca/print-differentsize.page
+share/gnome/help/evince/ca/print-order.page
+share/gnome/help/evince/ca/print-select.page
+share/gnome/help/evince/ca/print-select.png
+share/gnome/help/evince/ca/printing.page
+share/gnome/help/evince/ca/reload.page
+share/gnome/help/evince/ca/reverse-collate.png
+share/gnome/help/evince/ca/shortcuts.page
+share/gnome/help/evince/ca/singlesided-13-16pages.page
+share/gnome/help/evince/ca/singlesided-17-20pages.page
+share/gnome/help/evince/ca/singlesided-3-4pages.page
+share/gnome/help/evince/ca/singlesided-5-8pages.page
+share/gnome/help/evince/ca/singlesided-9-12pages.page
+share/gnome/help/evince/ca/singlesided-npages.page
+share/gnome/help/evince/ca/synctex-beamer.page
+share/gnome/help/evince/ca/synctex-compile.page
+share/gnome/help/evince/ca/synctex-editors.page
+share/gnome/help/evince/ca/synctex-search.page
+share/gnome/help/evince/ca/synctex-support.page
+share/gnome/help/evince/ca/synctex.page
+share/gnome/help/evince/ca/textselection.page
+share/gnome/help/evince/ca/zoom.png
+share/gnome/help/evince/cs/add-text-annotation.png
+share/gnome/help/evince/cs/annotation-properties.page
+share/gnome/help/evince/cs/annotations-delete.page
+share/gnome/help/evince/cs/annotations-disabled.page
+share/gnome/help/evince/cs/annotations-nav-to-page.png
+share/gnome/help/evince/cs/annotations-navigate.page
+share/gnome/help/evince/cs/annotations-navigate.png
+share/gnome/help/evince/cs/annotations-save.page
+share/gnome/help/evince/cs/annotations.page
+share/gnome/help/evince/cs/bookmarks.page
+share/gnome/help/evince/cs/bug-filing.page
+share/gnome/help/evince/cs/commandline.page
+share/gnome/help/evince/cs/convertPostScript.page
+share/gnome/help/evince/cs/convertSVG.page
+share/gnome/help/evince/cs/convertpdf.page
+share/gnome/help/evince/cs/duplex-10pages.page
+share/gnome/help/evince/cs/duplex-11pages.page
+share/gnome/help/evince/cs/duplex-12pages.page
+share/gnome/help/evince/cs/duplex-13pages.page
+share/gnome/help/evince/cs/duplex-14pages.page
+share/gnome/help/evince/cs/duplex-15pages.page
+share/gnome/help/evince/cs/duplex-16pages.page
+share/gnome/help/evince/cs/duplex-3pages.page
+share/gnome/help/evince/cs/duplex-4pages.page
+share/gnome/help/evince/cs/duplex-5pages.page
+share/gnome/help/evince/cs/duplex-6pages.page
+share/gnome/help/evince/cs/duplex-7pages.page
+share/gnome/help/evince/cs/duplex-8pages.page
+share/gnome/help/evince/cs/duplex-9pages.page
+share/gnome/help/evince/cs/duplex-npages.page
+share/gnome/help/evince/cs/editing.page
+share/gnome/help/evince/cs/evincelogo.png
+share/gnome/help/evince/cs/finding.page
+share/gnome/help/evince/cs/formats.page
+share/gnome/help/evince/cs/forms-saving.page
+share/gnome/help/evince/cs/forms.page
+share/gnome/help/evince/cs/gconf-editor.png
+share/gnome/help/evince/cs/index.page
+share/gnome/help/evince/cs/introduction.page
+share/gnome/help/evince/cs/invert-colors.page
+share/gnome/help/evince/cs/legal.xml
+share/gnome/help/evince/cs/list-add-tabs.png
+share/gnome/help/evince/cs/movingaround.page
+share/gnome/help/evince/cs/noprint.page
+share/gnome/help/evince/cs/openerror.page
+share/gnome/help/evince/cs/opening.page
+share/gnome/help/evince/cs/password.page
+share/gnome/help/evince/cs/presentations.page
+share/gnome/help/evince/cs/print-2sided.page
+share/gnome/help/evince/cs/print-2sided.png
+share/gnome/help/evince/cs/print-booklet.page
+share/gnome/help/evince/cs/print-differentsize.page
+share/gnome/help/evince/cs/print-order.page
+share/gnome/help/evince/cs/print-select.page
+share/gnome/help/evince/cs/print-select.png
+share/gnome/help/evince/cs/printing.page
+share/gnome/help/evince/cs/reload.page
+share/gnome/help/evince/cs/reverse-collate.png
+share/gnome/help/evince/cs/shortcuts.page
+share/gnome/help/evince/cs/singlesided-13-16pages.page
+share/gnome/help/evince/cs/singlesided-17-20pages.page
+share/gnome/help/evince/cs/singlesided-3-4pages.page
+share/gnome/help/evince/cs/singlesided-5-8pages.page
+share/gnome/help/evince/cs/singlesided-9-12pages.page
+share/gnome/help/evince/cs/singlesided-npages.page
+share/gnome/help/evince/cs/synctex-beamer.page
+share/gnome/help/evince/cs/synctex-compile.page
+share/gnome/help/evince/cs/synctex-editors.page
+share/gnome/help/evince/cs/synctex-search.page
+share/gnome/help/evince/cs/synctex-support.page
+share/gnome/help/evince/cs/synctex.page
+share/gnome/help/evince/cs/textselection.page
+share/gnome/help/evince/cs/zoom.png
+share/gnome/help/evince/de/add-text-annotation.png
+share/gnome/help/evince/de/annotation-properties.page
+share/gnome/help/evince/de/annotations-delete.page
+share/gnome/help/evince/de/annotations-disabled.page
+share/gnome/help/evince/de/annotations-nav-to-page.png
+share/gnome/help/evince/de/annotations-navigate.page
+share/gnome/help/evince/de/annotations-navigate.png
+share/gnome/help/evince/de/annotations-save.page
+share/gnome/help/evince/de/annotations.page
+share/gnome/help/evince/de/bookmarks.page
+share/gnome/help/evince/de/bug-filing.page
+share/gnome/help/evince/de/commandline.page
+share/gnome/help/evince/de/convertPostScript.page
+share/gnome/help/evince/de/convertSVG.page
+share/gnome/help/evince/de/convertpdf.page
+share/gnome/help/evince/de/duplex-10pages.page
+share/gnome/help/evince/de/duplex-11pages.page
+share/gnome/help/evince/de/duplex-12pages.page
+share/gnome/help/evince/de/duplex-13pages.page
+share/gnome/help/evince/de/duplex-14pages.page
+share/gnome/help/evince/de/duplex-15pages.page
+share/gnome/help/evince/de/duplex-16pages.page
+share/gnome/help/evince/de/duplex-3pages.page
+share/gnome/help/evince/de/duplex-4pages.page
+share/gnome/help/evince/de/duplex-5pages.page
+share/gnome/help/evince/de/duplex-6pages.page
+share/gnome/help/evince/de/duplex-7pages.page
+share/gnome/help/evince/de/duplex-8pages.page
+share/gnome/help/evince/de/duplex-9pages.page
+share/gnome/help/evince/de/duplex-npages.page
+share/gnome/help/evince/de/editing.page
+share/gnome/help/evince/de/evincelogo.png
+share/gnome/help/evince/de/finding.page
+share/gnome/help/evince/de/formats.page
+share/gnome/help/evince/de/forms-saving.page
+share/gnome/help/evince/de/forms.page
+share/gnome/help/evince/de/gconf-editor.png
+share/gnome/help/evince/de/index.page
+share/gnome/help/evince/de/introduction.page
+share/gnome/help/evince/de/invert-colors.page
+share/gnome/help/evince/de/legal.xml
+share/gnome/help/evince/de/list-add-tabs.png
+share/gnome/help/evince/de/movingaround.page
+share/gnome/help/evince/de/noprint.page
+share/gnome/help/evince/de/openerror.page
+share/gnome/help/evince/de/opening.page
+share/gnome/help/evince/de/password.page
+share/gnome/help/evince/de/presentations.page
+share/gnome/help/evince/de/print-2sided.page
+share/gnome/help/evince/de/print-2sided.png
+share/gnome/help/evince/de/print-booklet.page
+share/gnome/help/evince/de/print-differentsize.page
+share/gnome/help/evince/de/print-order.page
+share/gnome/help/evince/de/print-select.page
+share/gnome/help/evince/de/print-select.png
+share/gnome/help/evince/de/printing.page
+share/gnome/help/evince/de/reload.page
+share/gnome/help/evince/de/reverse-collate.png
+share/gnome/help/evince/de/shortcuts.page
+share/gnome/help/evince/de/singlesided-13-16pages.page
+share/gnome/help/evince/de/singlesided-17-20pages.page
+share/gnome/help/evince/de/singlesided-3-4pages.page
+share/gnome/help/evince/de/singlesided-5-8pages.page
+share/gnome/help/evince/de/singlesided-9-12pages.page
+share/gnome/help/evince/de/singlesided-npages.page
+share/gnome/help/evince/de/synctex-beamer.page
+share/gnome/help/evince/de/synctex-compile.page
+share/gnome/help/evince/de/synctex-editors.page
+share/gnome/help/evince/de/synctex-search.page
+share/gnome/help/evince/de/synctex-support.page
+share/gnome/help/evince/de/synctex.page
+share/gnome/help/evince/de/textselection.page
+share/gnome/help/evince/de/zoom.png
+share/gnome/help/evince/el/add-text-annotation.png
+share/gnome/help/evince/el/annotation-properties.page
+share/gnome/help/evince/el/annotations-delete.page
+share/gnome/help/evince/el/annotations-disabled.page
+share/gnome/help/evince/el/annotations-nav-to-page.png
+share/gnome/help/evince/el/annotations-navigate.page
+share/gnome/help/evince/el/annotations-navigate.png
+share/gnome/help/evince/el/annotations-save.page
+share/gnome/help/evince/el/annotations.page
+share/gnome/help/evince/el/bookmarks.page
+share/gnome/help/evince/el/bug-filing.page
+share/gnome/help/evince/el/commandline.page
+share/gnome/help/evince/el/convertPostScript.page
+share/gnome/help/evince/el/convertSVG.page
+share/gnome/help/evince/el/convertpdf.page
+share/gnome/help/evince/el/duplex-10pages.page
+share/gnome/help/evince/el/duplex-11pages.page
+share/gnome/help/evince/el/duplex-12pages.page
+share/gnome/help/evince/el/duplex-13pages.page
+share/gnome/help/evince/el/duplex-14pages.page
+share/gnome/help/evince/el/duplex-15pages.page
+share/gnome/help/evince/el/duplex-16pages.page
+share/gnome/help/evince/el/duplex-3pages.page
+share/gnome/help/evince/el/duplex-4pages.page
+share/gnome/help/evince/el/duplex-5pages.page
+share/gnome/help/evince/el/duplex-6pages.page
+share/gnome/help/evince/el/duplex-7pages.page
+share/gnome/help/evince/el/duplex-8pages.page
+share/gnome/help/evince/el/duplex-9pages.page
+share/gnome/help/evince/el/duplex-npages.page
+share/gnome/help/evince/el/editing.page
+share/gnome/help/evince/el/evincelogo.png
+share/gnome/help/evince/el/finding.page
+share/gnome/help/evince/el/formats.page
+share/gnome/help/evince/el/forms-saving.page
+share/gnome/help/evince/el/forms.page
+share/gnome/help/evince/el/gconf-editor.png
+share/gnome/help/evince/el/index.page
+share/gnome/help/evince/el/introduction.page
+share/gnome/help/evince/el/invert-colors.page
+share/gnome/help/evince/el/legal.xml
+share/gnome/help/evince/el/list-add-tabs.png
+share/gnome/help/evince/el/movingaround.page
+share/gnome/help/evince/el/noprint.page
+share/gnome/help/evince/el/openerror.page
+share/gnome/help/evince/el/opening.page
+share/gnome/help/evince/el/password.page
+share/gnome/help/evince/el/presentations.page
+share/gnome/help/evince/el/print-2sided.page
+share/gnome/help/evince/el/print-2sided.png
+share/gnome/help/evince/el/print-booklet.page
+share/gnome/help/evince/el/print-differentsize.page
+share/gnome/help/evince/el/print-order.page
+share/gnome/help/evince/el/print-select.page
+share/gnome/help/evince/el/print-select.png
+share/gnome/help/evince/el/printing.page
+share/gnome/help/evince/el/reload.page
+share/gnome/help/evince/el/reverse-collate.png
+share/gnome/help/evince/el/shortcuts.page
+share/gnome/help/evince/el/singlesided-13-16pages.page
+share/gnome/help/evince/el/singlesided-17-20pages.page
+share/gnome/help/evince/el/singlesided-3-4pages.page
+share/gnome/help/evince/el/singlesided-5-8pages.page
+share/gnome/help/evince/el/singlesided-9-12pages.page
+share/gnome/help/evince/el/singlesided-npages.page
+share/gnome/help/evince/el/synctex-beamer.page
+share/gnome/help/evince/el/synctex-compile.page
+share/gnome/help/evince/el/synctex-editors.page
+share/gnome/help/evince/el/synctex-search.page
+share/gnome/help/evince/el/synctex-support.page
+share/gnome/help/evince/el/synctex.page
+share/gnome/help/evince/el/textselection.page
+share/gnome/help/evince/el/zoom.png
+share/gnome/help/evince/en_GB/add-text-annotation.png
+share/gnome/help/evince/en_GB/annotation-properties.page
+share/gnome/help/evince/en_GB/annotations-delete.page
+share/gnome/help/evince/en_GB/annotations-disabled.page
+share/gnome/help/evince/en_GB/annotations-nav-to-page.png
+share/gnome/help/evince/en_GB/annotations-navigate.page
+share/gnome/help/evince/en_GB/annotations-navigate.png
+share/gnome/help/evince/en_GB/annotations-save.page
+share/gnome/help/evince/en_GB/annotations.page
+share/gnome/help/evince/en_GB/bookmarks.page
+share/gnome/help/evince/en_GB/bug-filing.page
+share/gnome/help/evince/en_GB/commandline.page
+share/gnome/help/evince/en_GB/convertPostScript.page
+share/gnome/help/evince/en_GB/convertSVG.page
+share/gnome/help/evince/en_GB/convertpdf.page
+share/gnome/help/evince/en_GB/duplex-10pages.page
+share/gnome/help/evince/en_GB/duplex-11pages.page
+share/gnome/help/evince/en_GB/duplex-12pages.page
+share/gnome/help/evince/en_GB/duplex-13pages.page
+share/gnome/help/evince/en_GB/duplex-14pages.page
+share/gnome/help/evince/en_GB/duplex-15pages.page
+share/gnome/help/evince/en_GB/duplex-16pages.page
+share/gnome/help/evince/en_GB/duplex-3pages.page
+share/gnome/help/evince/en_GB/duplex-4pages.page
+share/gnome/help/evince/en_GB/duplex-5pages.page
+share/gnome/help/evince/en_GB/duplex-6pages.page
+share/gnome/help/evince/en_GB/duplex-7pages.page
+share/gnome/help/evince/en_GB/duplex-8pages.page
+share/gnome/help/evince/en_GB/duplex-9pages.page
+share/gnome/help/evince/en_GB/duplex-npages.page
+share/gnome/help/evince/en_GB/editing.page
+share/gnome/help/evince/en_GB/evincelogo.png
+share/gnome/help/evince/en_GB/finding.page
+share/gnome/help/evince/en_GB/formats.page
+share/gnome/help/evince/en_GB/forms-saving.page
+share/gnome/help/evince/en_GB/forms.page
+share/gnome/help/evince/en_GB/gconf-editor.png
+share/gnome/help/evince/en_GB/index.page
+share/gnome/help/evince/en_GB/introduction.page
+share/gnome/help/evince/en_GB/invert-colors.page
+share/gnome/help/evince/en_GB/legal.xml
+share/gnome/help/evince/en_GB/list-add-tabs.png
+share/gnome/help/evince/en_GB/movingaround.page
+share/gnome/help/evince/en_GB/noprint.page
+share/gnome/help/evince/en_GB/openerror.page
+share/gnome/help/evince/en_GB/opening.page
+share/gnome/help/evince/en_GB/password.page
+share/gnome/help/evince/en_GB/presentations.page
+share/gnome/help/evince/en_GB/print-2sided.page
+share/gnome/help/evince/en_GB/print-2sided.png
+share/gnome/help/evince/en_GB/print-booklet.page
+share/gnome/help/evince/en_GB/print-differentsize.page
+share/gnome/help/evince/en_GB/print-order.page
+share/gnome/help/evince/en_GB/print-select.page
+share/gnome/help/evince/en_GB/print-select.png
+share/gnome/help/evince/en_GB/printing.page
+share/gnome/help/evince/en_GB/reload.page
+share/gnome/help/evince/en_GB/reverse-collate.png
+share/gnome/help/evince/en_GB/shortcuts.page
+share/gnome/help/evince/en_GB/singlesided-13-16pages.page
+share/gnome/help/evince/en_GB/singlesided-17-20pages.page
+share/gnome/help/evince/en_GB/singlesided-3-4pages.page
+share/gnome/help/evince/en_GB/singlesided-5-8pages.page
+share/gnome/help/evince/en_GB/singlesided-9-12pages.page
+share/gnome/help/evince/en_GB/singlesided-npages.page
+share/gnome/help/evince/en_GB/synctex-beamer.page
+share/gnome/help/evince/en_GB/synctex-compile.page
+share/gnome/help/evince/en_GB/synctex-editors.page
+share/gnome/help/evince/en_GB/synctex-search.page
+share/gnome/help/evince/en_GB/synctex-support.page
+share/gnome/help/evince/en_GB/synctex.page
+share/gnome/help/evince/en_GB/textselection.page
+share/gnome/help/evince/en_GB/zoom.png
+share/gnome/help/evince/es/add-text-annotation.png
+share/gnome/help/evince/es/annotation-properties.page
+share/gnome/help/evince/es/annotations-delete.page
+share/gnome/help/evince/es/annotations-disabled.page
+share/gnome/help/evince/es/annotations-nav-to-page.png
+share/gnome/help/evince/es/annotations-navigate.page
+share/gnome/help/evince/es/annotations-navigate.png
+share/gnome/help/evince/es/annotations-save.page
+share/gnome/help/evince/es/annotations.page
+share/gnome/help/evince/es/bookmarks.page
+share/gnome/help/evince/es/bug-filing.page
+share/gnome/help/evince/es/commandline.page
+share/gnome/help/evince/es/convertPostScript.page
+share/gnome/help/evince/es/convertSVG.page
+share/gnome/help/evince/es/convertpdf.page
+share/gnome/help/evince/es/duplex-10pages.page
+share/gnome/help/evince/es/duplex-11pages.page
+share/gnome/help/evince/es/duplex-12pages.page
+share/gnome/help/evince/es/duplex-13pages.page
+share/gnome/help/evince/es/duplex-14pages.page
+share/gnome/help/evince/es/duplex-15pages.page
+share/gnome/help/evince/es/duplex-16pages.page
+share/gnome/help/evince/es/duplex-3pages.page
+share/gnome/help/evince/es/duplex-4pages.page
+share/gnome/help/evince/es/duplex-5pages.page
+share/gnome/help/evince/es/duplex-6pages.page
+share/gnome/help/evince/es/duplex-7pages.page
+share/gnome/help/evince/es/duplex-8pages.page
+share/gnome/help/evince/es/duplex-9pages.page
+share/gnome/help/evince/es/duplex-npages.page
+share/gnome/help/evince/es/editing.page
+share/gnome/help/evince/es/evincelogo.png
+share/gnome/help/evince/es/finding.page
+share/gnome/help/evince/es/formats.page
+share/gnome/help/evince/es/forms-saving.page
+share/gnome/help/evince/es/forms.page
+share/gnome/help/evince/es/gconf-editor.png
+share/gnome/help/evince/es/index.page
+share/gnome/help/evince/es/introduction.page
+share/gnome/help/evince/es/invert-colors.page
+share/gnome/help/evince/es/legal.xml
+share/gnome/help/evince/es/list-add-tabs.png
+share/gnome/help/evince/es/movingaround.page
+share/gnome/help/evince/es/noprint.page
+share/gnome/help/evince/es/openerror.page
+share/gnome/help/evince/es/opening.page
+share/gnome/help/evince/es/password.page
+share/gnome/help/evince/es/presentations.page
+share/gnome/help/evince/es/print-2sided.page
+share/gnome/help/evince/es/print-2sided.png
+share/gnome/help/evince/es/print-booklet.page
+share/gnome/help/evince/es/print-differentsize.page
+share/gnome/help/evince/es/print-order.page
+share/gnome/help/evince/es/print-select.page
+share/gnome/help/evince/es/print-select.png
+share/gnome/help/evince/es/printing.page
+share/gnome/help/evince/es/reload.page
+share/gnome/help/evince/es/reverse-collate.png
+share/gnome/help/evince/es/shortcuts.page
+share/gnome/help/evince/es/singlesided-13-16pages.page
+share/gnome/help/evince/es/singlesided-17-20pages.page
+share/gnome/help/evince/es/singlesided-3-4pages.page
+share/gnome/help/evince/es/singlesided-5-8pages.page
+share/gnome/help/evince/es/singlesided-9-12pages.page
+share/gnome/help/evince/es/singlesided-npages.page
+share/gnome/help/evince/es/synctex-beamer.page
+share/gnome/help/evince/es/synctex-compile.page
+share/gnome/help/evince/es/synctex-editors.page
+share/gnome/help/evince/es/synctex-search.page
+share/gnome/help/evince/es/synctex-support.page
+share/gnome/help/evince/es/synctex.page
+share/gnome/help/evince/es/textselection.page
+share/gnome/help/evince/es/zoom.png
+share/gnome/help/evince/eu/add-text-annotation.png
+share/gnome/help/evince/eu/annotation-properties.page
+share/gnome/help/evince/eu/annotations-delete.page
+share/gnome/help/evince/eu/annotations-disabled.page
+share/gnome/help/evince/eu/annotations-nav-to-page.png
+share/gnome/help/evince/eu/annotations-navigate.page
+share/gnome/help/evince/eu/annotations-navigate.png
+share/gnome/help/evince/eu/annotations-save.page
+share/gnome/help/evince/eu/annotations.page
+share/gnome/help/evince/eu/bookmarks.page
+share/gnome/help/evince/eu/bug-filing.page
+share/gnome/help/evince/eu/commandline.page
+share/gnome/help/evince/eu/convertPostScript.page
+share/gnome/help/evince/eu/convertSVG.page
+share/gnome/help/evince/eu/convertpdf.page
+share/gnome/help/evince/eu/duplex-10pages.page
+share/gnome/help/evince/eu/duplex-11pages.page
+share/gnome/help/evince/eu/duplex-12pages.page
+share/gnome/help/evince/eu/duplex-13pages.page
+share/gnome/help/evince/eu/duplex-14pages.page
+share/gnome/help/evince/eu/duplex-15pages.page
+share/gnome/help/evince/eu/duplex-16pages.page
+share/gnome/help/evince/eu/duplex-3pages.page
+share/gnome/help/evince/eu/duplex-4pages.page
+share/gnome/help/evince/eu/duplex-5pages.page
+share/gnome/help/evince/eu/duplex-6pages.page
+share/gnome/help/evince/eu/duplex-7pages.page
+share/gnome/help/evince/eu/duplex-8pages.page
+share/gnome/help/evince/eu/duplex-9pages.page
+share/gnome/help/evince/eu/duplex-npages.page
+share/gnome/help/evince/eu/editing.page
+share/gnome/help/evince/eu/evincelogo.png
+share/gnome/help/evince/eu/finding.page
+share/gnome/help/evince/eu/formats.page
+share/gnome/help/evince/eu/forms-saving.page
+share/gnome/help/evince/eu/forms.page
+share/gnome/help/evince/eu/gconf-editor.png
+share/gnome/help/evince/eu/index.page
+share/gnome/help/evince/eu/introduction.page
+share/gnome/help/evince/eu/invert-colors.page
+share/gnome/help/evince/eu/legal.xml
+share/gnome/help/evince/eu/list-add-tabs.png
+share/gnome/help/evince/eu/movingaround.page
+share/gnome/help/evince/eu/noprint.page
+share/gnome/help/evince/eu/openerror.page
+share/gnome/help/evince/eu/opening.page
+share/gnome/help/evince/eu/password.page
+share/gnome/help/evince/eu/presentations.page
+share/gnome/help/evince/eu/print-2sided.page
+share/gnome/help/evince/eu/print-2sided.png
+share/gnome/help/evince/eu/print-booklet.page
+share/gnome/help/evince/eu/print-differentsize.page
+share/gnome/help/evince/eu/print-order.page
+share/gnome/help/evince/eu/print-select.page
+share/gnome/help/evince/eu/print-select.png
+share/gnome/help/evince/eu/printing.page
+share/gnome/help/evince/eu/reload.page
+share/gnome/help/evince/eu/reverse-collate.png
+share/gnome/help/evince/eu/shortcuts.page
+share/gnome/help/evince/eu/singlesided-13-16pages.page
+share/gnome/help/evince/eu/singlesided-17-20pages.page
+share/gnome/help/evince/eu/singlesided-3-4pages.page
+share/gnome/help/evince/eu/singlesided-5-8pages.page
+share/gnome/help/evince/eu/singlesided-9-12pages.page
+share/gnome/help/evince/eu/singlesided-npages.page
+share/gnome/help/evince/eu/synctex-beamer.page
+share/gnome/help/evince/eu/synctex-compile.page
+share/gnome/help/evince/eu/synctex-editors.page
+share/gnome/help/evince/eu/synctex-search.page
+share/gnome/help/evince/eu/synctex-support.page
+share/gnome/help/evince/eu/synctex.page
+share/gnome/help/evince/eu/textselection.page
+share/gnome/help/evince/eu/zoom.png
+share/gnome/help/evince/fi/add-text-annotation.png
+share/gnome/help/evince/fi/annotation-properties.page
+share/gnome/help/evince/fi/annotations-delete.page
+share/gnome/help/evince/fi/annotations-disabled.page
+share/gnome/help/evince/fi/annotations-nav-to-page.png
+share/gnome/help/evince/fi/annotations-navigate.page
+share/gnome/help/evince/fi/annotations-navigate.png
+share/gnome/help/evince/fi/annotations-save.page
+share/gnome/help/evince/fi/annotations.page
+share/gnome/help/evince/fi/bookmarks.page
+share/gnome/help/evince/fi/bug-filing.page
+share/gnome/help/evince/fi/commandline.page
+share/gnome/help/evince/fi/convertPostScript.page
+share/gnome/help/evince/fi/convertSVG.page
+share/gnome/help/evince/fi/convertpdf.page
+share/gnome/help/evince/fi/duplex-10pages.page
+share/gnome/help/evince/fi/duplex-11pages.page
+share/gnome/help/evince/fi/duplex-12pages.page
+share/gnome/help/evince/fi/duplex-13pages.page
+share/gnome/help/evince/fi/duplex-14pages.page
+share/gnome/help/evince/fi/duplex-15pages.page
+share/gnome/help/evince/fi/duplex-16pages.page
+share/gnome/help/evince/fi/duplex-3pages.page
+share/gnome/help/evince/fi/duplex-4pages.page
+share/gnome/help/evince/fi/duplex-5pages.page
+share/gnome/help/evince/fi/duplex-6pages.page
+share/gnome/help/evince/fi/duplex-7pages.page
+share/gnome/help/evince/fi/duplex-8pages.page
+share/gnome/help/evince/fi/duplex-9pages.page
+share/gnome/help/evince/fi/duplex-npages.page
+share/gnome/help/evince/fi/editing.page
+share/gnome/help/evince/fi/evincelogo.png
+share/gnome/help/evince/fi/finding.page
+share/gnome/help/evince/fi/formats.page
+share/gnome/help/evince/fi/forms-saving.page
+share/gnome/help/evince/fi/forms.page
+share/gnome/help/evince/fi/gconf-editor.png
+share/gnome/help/evince/fi/index.page
+share/gnome/help/evince/fi/introduction.page
+share/gnome/help/evince/fi/invert-colors.page
+share/gnome/help/evince/fi/legal.xml
+share/gnome/help/evince/fi/list-add-tabs.png
+share/gnome/help/evince/fi/movingaround.page
+share/gnome/help/evince/fi/noprint.page
+share/gnome/help/evince/fi/openerror.page
+share/gnome/help/evince/fi/opening.page
+share/gnome/help/evince/fi/password.page
+share/gnome/help/evince/fi/presentations.page
+share/gnome/help/evince/fi/print-2sided.page
+share/gnome/help/evince/fi/print-2sided.png
+share/gnome/help/evince/fi/print-booklet.page
+share/gnome/help/evince/fi/print-differentsize.page
+share/gnome/help/evince/fi/print-order.page
+share/gnome/help/evince/fi/print-select.page
+share/gnome/help/evince/fi/print-select.png
+share/gnome/help/evince/fi/printing.page
+share/gnome/help/evince/fi/reload.page
+share/gnome/help/evince/fi/reverse-collate.png
+share/gnome/help/evince/fi/shortcuts.page
+share/gnome/help/evince/fi/singlesided-13-16pages.page
+share/gnome/help/evince/fi/singlesided-17-20pages.page
+share/gnome/help/evince/fi/singlesided-3-4pages.page
+share/gnome/help/evince/fi/singlesided-5-8pages.page
+share/gnome/help/evince/fi/singlesided-9-12pages.page
+share/gnome/help/evince/fi/singlesided-npages.page
+share/gnome/help/evince/fi/synctex-beamer.page
+share/gnome/help/evince/fi/synctex-compile.page
+share/gnome/help/evince/fi/synctex-editors.page
+share/gnome/help/evince/fi/synctex-search.page
+share/gnome/help/evince/fi/synctex-support.page
+share/gnome/help/evince/fi/synctex.page
+share/gnome/help/evince/fi/textselection.page
+share/gnome/help/evince/fi/zoom.png
+share/gnome/help/evince/fr/add-text-annotation.png
+share/gnome/help/evince/fr/annotation-properties.page
+share/gnome/help/evince/fr/annotations-delete.page
+share/gnome/help/evince/fr/annotations-disabled.page
+share/gnome/help/evince/fr/annotations-nav-to-page.png
+share/gnome/help/evince/fr/annotations-navigate.page
+share/gnome/help/evince/fr/annotations-navigate.png
+share/gnome/help/evince/fr/annotations-save.page
+share/gnome/help/evince/fr/annotations.page
+share/gnome/help/evince/fr/bookmarks.page
+share/gnome/help/evince/fr/bug-filing.page
+share/gnome/help/evince/fr/commandline.page
+share/gnome/help/evince/fr/convertPostScript.page
+share/gnome/help/evince/fr/convertSVG.page
+share/gnome/help/evince/fr/convertpdf.page
+share/gnome/help/evince/fr/duplex-10pages.page
+share/gnome/help/evince/fr/duplex-11pages.page
+share/gnome/help/evince/fr/duplex-12pages.page
+share/gnome/help/evince/fr/duplex-13pages.page
+share/gnome/help/evince/fr/duplex-14pages.page
+share/gnome/help/evince/fr/duplex-15pages.page
+share/gnome/help/evince/fr/duplex-16pages.page
+share/gnome/help/evince/fr/duplex-3pages.page
+share/gnome/help/evince/fr/duplex-4pages.page
+share/gnome/help/evince/fr/duplex-5pages.page
+share/gnome/help/evince/fr/duplex-6pages.page
+share/gnome/help/evince/fr/duplex-7pages.page
+share/gnome/help/evince/fr/duplex-8pages.page
+share/gnome/help/evince/fr/duplex-9pages.page
+share/gnome/help/evince/fr/duplex-npages.page
+share/gnome/help/evince/fr/editing.page
+share/gnome/help/evince/fr/evincelogo.png
+share/gnome/help/evince/fr/finding.page
+share/gnome/help/evince/fr/formats.page
+share/gnome/help/evince/fr/forms-saving.page
+share/gnome/help/evince/fr/forms.page
+share/gnome/help/evince/fr/gconf-editor.png
+share/gnome/help/evince/fr/index.page
+share/gnome/help/evince/fr/introduction.page
+share/gnome/help/evince/fr/invert-colors.page
+share/gnome/help/evince/fr/legal.xml
+share/gnome/help/evince/fr/list-add-tabs.png
+share/gnome/help/evince/fr/movingaround.page
+share/gnome/help/evince/fr/noprint.page
+share/gnome/help/evince/fr/openerror.page
+share/gnome/help/evince/fr/opening.page
+share/gnome/help/evince/fr/password.page
+share/gnome/help/evince/fr/presentations.page
+share/gnome/help/evince/fr/print-2sided.page
+share/gnome/help/evince/fr/print-2sided.png
+share/gnome/help/evince/fr/print-booklet.page
+share/gnome/help/evince/fr/print-differentsize.page
+share/gnome/help/evince/fr/print-order.page
+share/gnome/help/evince/fr/print-select.page
+share/gnome/help/evince/fr/print-select.png
+share/gnome/help/evince/fr/printing.page
+share/gnome/help/evince/fr/reload.page
+share/gnome/help/evince/fr/reverse-collate.png
+share/gnome/help/evince/fr/shortcuts.page
+share/gnome/help/evince/fr/singlesided-13-16pages.page
+share/gnome/help/evince/fr/singlesided-17-20pages.page
+share/gnome/help/evince/fr/singlesided-3-4pages.page
+share/gnome/help/evince/fr/singlesided-5-8pages.page
+share/gnome/help/evince/fr/singlesided-9-12pages.page
+share/gnome/help/evince/fr/singlesided-npages.page
+share/gnome/help/evince/fr/synctex-beamer.page
+share/gnome/help/evince/fr/synctex-compile.page
+share/gnome/help/evince/fr/synctex-editors.page
+share/gnome/help/evince/fr/synctex-search.page
+share/gnome/help/evince/fr/synctex-support.page
+share/gnome/help/evince/fr/synctex.page
+share/gnome/help/evince/fr/textselection.page
+share/gnome/help/evince/fr/zoom.png
+share/gnome/help/evince/gl/add-text-annotation.png
+share/gnome/help/evince/gl/annotation-properties.page
+share/gnome/help/evince/gl/annotations-delete.page
+share/gnome/help/evince/gl/annotations-disabled.page
+share/gnome/help/evince/gl/annotations-nav-to-page.png
+share/gnome/help/evince/gl/annotations-navigate.page
+share/gnome/help/evince/gl/annotations-navigate.png
+share/gnome/help/evince/gl/annotations-save.page
+share/gnome/help/evince/gl/annotations.page
+share/gnome/help/evince/gl/bookmarks.page
+share/gnome/help/evince/gl/bug-filing.page
+share/gnome/help/evince/gl/commandline.page
+share/gnome/help/evince/gl/convertPostScript.page
+share/gnome/help/evince/gl/convertSVG.page
+share/gnome/help/evince/gl/convertpdf.page
+share/gnome/help/evince/gl/duplex-10pages.page
+share/gnome/help/evince/gl/duplex-11pages.page
+share/gnome/help/evince/gl/duplex-12pages.page
+share/gnome/help/evince/gl/duplex-13pages.page
+share/gnome/help/evince/gl/duplex-14pages.page
+share/gnome/help/evince/gl/duplex-15pages.page
+share/gnome/help/evince/gl/duplex-16pages.page
+share/gnome/help/evince/gl/duplex-3pages.page
+share/gnome/help/evince/gl/duplex-4pages.page
+share/gnome/help/evince/gl/duplex-5pages.page
+share/gnome/help/evince/gl/duplex-6pages.page
+share/gnome/help/evince/gl/duplex-7pages.page
+share/gnome/help/evince/gl/duplex-8pages.page
+share/gnome/help/evince/gl/duplex-9pages.page
+share/gnome/help/evince/gl/duplex-npages.page
+share/gnome/help/evince/gl/editing.page
+share/gnome/help/evince/gl/evincelogo.png
+share/gnome/help/evince/gl/finding.page
+share/gnome/help/evince/gl/formats.page
+share/gnome/help/evince/gl/forms-saving.page
+share/gnome/help/evince/gl/forms.page
+share/gnome/help/evince/gl/gconf-editor.png
+share/gnome/help/evince/gl/index.page
+share/gnome/help/evince/gl/introduction.page
+share/gnome/help/evince/gl/invert-colors.page
+share/gnome/help/evince/gl/legal.xml
+share/gnome/help/evince/gl/list-add-tabs.png
+share/gnome/help/evince/gl/movingaround.page
+share/gnome/help/evince/gl/noprint.page
+share/gnome/help/evince/gl/openerror.page
+share/gnome/help/evince/gl/opening.page
+share/gnome/help/evince/gl/password.page
+share/gnome/help/evince/gl/presentations.page
+share/gnome/help/evince/gl/print-2sided.page
+share/gnome/help/evince/gl/print-2sided.png
+share/gnome/help/evince/gl/print-booklet.page
+share/gnome/help/evince/gl/print-differentsize.page
+share/gnome/help/evince/gl/print-order.page
+share/gnome/help/evince/gl/print-select.page
+share/gnome/help/evince/gl/print-select.png
+share/gnome/help/evince/gl/printing.page
+share/gnome/help/evince/gl/reload.page
+share/gnome/help/evince/gl/reverse-collate.png
+share/gnome/help/evince/gl/shortcuts.page
+share/gnome/help/evince/gl/singlesided-13-16pages.page
+share/gnome/help/evince/gl/singlesided-17-20pages.page
+share/gnome/help/evince/gl/singlesided-3-4pages.page
+share/gnome/help/evince/gl/singlesided-5-8pages.page
+share/gnome/help/evince/gl/singlesided-9-12pages.page
+share/gnome/help/evince/gl/singlesided-npages.page
+share/gnome/help/evince/gl/synctex-beamer.page
+share/gnome/help/evince/gl/synctex-compile.page
+share/gnome/help/evince/gl/synctex-editors.page
+share/gnome/help/evince/gl/synctex-search.page
+share/gnome/help/evince/gl/synctex-support.page
+share/gnome/help/evince/gl/synctex.page
+share/gnome/help/evince/gl/textselection.page
+share/gnome/help/evince/gl/zoom.png
+share/gnome/help/evince/it/add-text-annotation.png
+share/gnome/help/evince/it/annotation-properties.page
+share/gnome/help/evince/it/annotations-delete.page
+share/gnome/help/evince/it/annotations-disabled.page
+share/gnome/help/evince/it/annotations-nav-to-page.png
+share/gnome/help/evince/it/annotations-navigate.page
+share/gnome/help/evince/it/annotations-navigate.png
+share/gnome/help/evince/it/annotations-save.page
+share/gnome/help/evince/it/annotations.page
+share/gnome/help/evince/it/bookmarks.page
+share/gnome/help/evince/it/bug-filing.page
+share/gnome/help/evince/it/commandline.page
+share/gnome/help/evince/it/convertPostScript.page
+share/gnome/help/evince/it/convertSVG.page
+share/gnome/help/evince/it/convertpdf.page
+share/gnome/help/evince/it/duplex-10pages.page
+share/gnome/help/evince/it/duplex-11pages.page
+share/gnome/help/evince/it/duplex-12pages.page
+share/gnome/help/evince/it/duplex-13pages.page
+share/gnome/help/evince/it/duplex-14pages.page
+share/gnome/help/evince/it/duplex-15pages.page
+share/gnome/help/evince/it/duplex-16pages.page
+share/gnome/help/evince/it/duplex-3pages.page
+share/gnome/help/evince/it/duplex-4pages.page
+share/gnome/help/evince/it/duplex-5pages.page
+share/gnome/help/evince/it/duplex-6pages.page
+share/gnome/help/evince/it/duplex-7pages.page
+share/gnome/help/evince/it/duplex-8pages.page
+share/gnome/help/evince/it/duplex-9pages.page
+share/gnome/help/evince/it/duplex-npages.page
+share/gnome/help/evince/it/editing.page
+share/gnome/help/evince/it/evincelogo.png
+share/gnome/help/evince/it/finding.page
+share/gnome/help/evince/it/formats.page
+share/gnome/help/evince/it/forms-saving.page
+share/gnome/help/evince/it/forms.page
+share/gnome/help/evince/it/gconf-editor.png
+share/gnome/help/evince/it/index.page
+share/gnome/help/evince/it/introduction.page
+share/gnome/help/evince/it/invert-colors.page
+share/gnome/help/evince/it/legal.xml
+share/gnome/help/evince/it/list-add-tabs.png
+share/gnome/help/evince/it/movingaround.page
+share/gnome/help/evince/it/noprint.page
+share/gnome/help/evince/it/openerror.page
+share/gnome/help/evince/it/opening.page
+share/gnome/help/evince/it/password.page
+share/gnome/help/evince/it/presentations.page
+share/gnome/help/evince/it/print-2sided.page
+share/gnome/help/evince/it/print-2sided.png
+share/gnome/help/evince/it/print-booklet.page
+share/gnome/help/evince/it/print-differentsize.page
+share/gnome/help/evince/it/print-order.page
+share/gnome/help/evince/it/print-select.page
+share/gnome/help/evince/it/print-select.png
+share/gnome/help/evince/it/printing.page
+share/gnome/help/evince/it/reload.page
+share/gnome/help/evince/it/reverse-collate.png
+share/gnome/help/evince/it/shortcuts.page
+share/gnome/help/evince/it/singlesided-13-16pages.page
+share/gnome/help/evince/it/singlesided-17-20pages.page
+share/gnome/help/evince/it/singlesided-3-4pages.page
+share/gnome/help/evince/it/singlesided-5-8pages.page
+share/gnome/help/evince/it/singlesided-9-12pages.page
+share/gnome/help/evince/it/singlesided-npages.page
+share/gnome/help/evince/it/synctex-beamer.page
+share/gnome/help/evince/it/synctex-compile.page
+share/gnome/help/evince/it/synctex-editors.page
+share/gnome/help/evince/it/synctex-search.page
+share/gnome/help/evince/it/synctex-support.page
+share/gnome/help/evince/it/synctex.page
+share/gnome/help/evince/it/textselection.page
+share/gnome/help/evince/it/zoom.png
+share/gnome/help/evince/ja/add-text-annotation.png
+share/gnome/help/evince/ja/annotation-properties.page
+share/gnome/help/evince/ja/annotations-delete.page
+share/gnome/help/evince/ja/annotations-disabled.page
+share/gnome/help/evince/ja/annotations-nav-to-page.png
+share/gnome/help/evince/ja/annotations-navigate.page
+share/gnome/help/evince/ja/annotations-navigate.png
+share/gnome/help/evince/ja/annotations-save.page
+share/gnome/help/evince/ja/annotations.page
+share/gnome/help/evince/ja/bookmarks.page
+share/gnome/help/evince/ja/bug-filing.page
+share/gnome/help/evince/ja/commandline.page
+share/gnome/help/evince/ja/convertPostScript.page
+share/gnome/help/evince/ja/convertSVG.page
+share/gnome/help/evince/ja/convertpdf.page
+share/gnome/help/evince/ja/duplex-10pages.page
+share/gnome/help/evince/ja/duplex-11pages.page
+share/gnome/help/evince/ja/duplex-12pages.page
+share/gnome/help/evince/ja/duplex-13pages.page
+share/gnome/help/evince/ja/duplex-14pages.page
+share/gnome/help/evince/ja/duplex-15pages.page
+share/gnome/help/evince/ja/duplex-16pages.page
+share/gnome/help/evince/ja/duplex-3pages.page
+share/gnome/help/evince/ja/duplex-4pages.page
+share/gnome/help/evince/ja/duplex-5pages.page
+share/gnome/help/evince/ja/duplex-6pages.page
+share/gnome/help/evince/ja/duplex-7pages.page
+share/gnome/help/evince/ja/duplex-8pages.page
+share/gnome/help/evince/ja/duplex-9pages.page
+share/gnome/help/evince/ja/duplex-npages.page
+share/gnome/help/evince/ja/editing.page
+share/gnome/help/evince/ja/evincelogo.png
+share/gnome/help/evince/ja/finding.page
+share/gnome/help/evince/ja/formats.page
+share/gnome/help/evince/ja/forms-saving.page
+share/gnome/help/evince/ja/forms.page
+share/gnome/help/evince/ja/gconf-editor.png
+share/gnome/help/evince/ja/index.page
+share/gnome/help/evince/ja/introduction.page
+share/gnome/help/evince/ja/invert-colors.page
+share/gnome/help/evince/ja/legal.xml
+share/gnome/help/evince/ja/list-add-tabs.png
+share/gnome/help/evince/ja/movingaround.page
+share/gnome/help/evince/ja/noprint.page
+share/gnome/help/evince/ja/openerror.page
+share/gnome/help/evince/ja/opening.page
+share/gnome/help/evince/ja/password.page
+share/gnome/help/evince/ja/presentations.page
+share/gnome/help/evince/ja/print-2sided.page
+share/gnome/help/evince/ja/print-2sided.png
+share/gnome/help/evince/ja/print-booklet.page
+share/gnome/help/evince/ja/print-differentsize.page
+share/gnome/help/evince/ja/print-order.page
+share/gnome/help/evince/ja/print-select.page
+share/gnome/help/evince/ja/print-select.png
+share/gnome/help/evince/ja/printing.page
+share/gnome/help/evince/ja/reload.page
+share/gnome/help/evince/ja/reverse-collate.png
+share/gnome/help/evince/ja/shortcuts.page
+share/gnome/help/evince/ja/singlesided-13-16pages.page
+share/gnome/help/evince/ja/singlesided-17-20pages.page
+share/gnome/help/evince/ja/singlesided-3-4pages.page
+share/gnome/help/evince/ja/singlesided-5-8pages.page
+share/gnome/help/evince/ja/singlesided-9-12pages.page
+share/gnome/help/evince/ja/singlesided-npages.page
+share/gnome/help/evince/ja/synctex-beamer.page
+share/gnome/help/evince/ja/synctex-compile.page
+share/gnome/help/evince/ja/synctex-editors.page
+share/gnome/help/evince/ja/synctex-search.page
+share/gnome/help/evince/ja/synctex-support.page
+share/gnome/help/evince/ja/synctex.page
+share/gnome/help/evince/ja/textselection.page
+share/gnome/help/evince/ja/zoom.png
+share/gnome/help/evince/nl/add-text-annotation.png
+share/gnome/help/evince/nl/annotation-properties.page
+share/gnome/help/evince/nl/annotations-delete.page
+share/gnome/help/evince/nl/annotations-disabled.page
+share/gnome/help/evince/nl/annotations-nav-to-page.png
+share/gnome/help/evince/nl/annotations-navigate.page
+share/gnome/help/evince/nl/annotations-navigate.png
+share/gnome/help/evince/nl/annotations-save.page
+share/gnome/help/evince/nl/annotations.page
+share/gnome/help/evince/nl/bookmarks.page
+share/gnome/help/evince/nl/bug-filing.page
+share/gnome/help/evince/nl/commandline.page
+share/gnome/help/evince/nl/convertPostScript.page
+share/gnome/help/evince/nl/convertSVG.page
+share/gnome/help/evince/nl/convertpdf.page
+share/gnome/help/evince/nl/duplex-10pages.page
+share/gnome/help/evince/nl/duplex-11pages.page
+share/gnome/help/evince/nl/duplex-12pages.page
+share/gnome/help/evince/nl/duplex-13pages.page
+share/gnome/help/evince/nl/duplex-14pages.page
+share/gnome/help/evince/nl/duplex-15pages.page
+share/gnome/help/evince/nl/duplex-16pages.page
+share/gnome/help/evince/nl/duplex-3pages.page
+share/gnome/help/evince/nl/duplex-4pages.page
+share/gnome/help/evince/nl/duplex-5pages.page
+share/gnome/help/evince/nl/duplex-6pages.page
+share/gnome/help/evince/nl/duplex-7pages.page
+share/gnome/help/evince/nl/duplex-8pages.page
+share/gnome/help/evince/nl/duplex-9pages.page
+share/gnome/help/evince/nl/duplex-npages.page
+share/gnome/help/evince/nl/editing.page
+share/gnome/help/evince/nl/evincelogo.png
+share/gnome/help/evince/nl/finding.page
+share/gnome/help/evince/nl/formats.page
+share/gnome/help/evince/nl/forms-saving.page
+share/gnome/help/evince/nl/forms.page
+share/gnome/help/evince/nl/gconf-editor.png
+share/gnome/help/evince/nl/index.page
+share/gnome/help/evince/nl/introduction.page
+share/gnome/help/evince/nl/invert-colors.page
+share/gnome/help/evince/nl/legal.xml
+share/gnome/help/evince/nl/list-add-tabs.png
+share/gnome/help/evince/nl/movingaround.page
+share/gnome/help/evince/nl/noprint.page
+share/gnome/help/evince/nl/openerror.page
+share/gnome/help/evince/nl/opening.page
+share/gnome/help/evince/nl/password.page
+share/gnome/help/evince/nl/presentations.page
+share/gnome/help/evince/nl/print-2sided.page
+share/gnome/help/evince/nl/print-2sided.png
+share/gnome/help/evince/nl/print-booklet.page
+share/gnome/help/evince/nl/print-differentsize.page
+share/gnome/help/evince/nl/print-order.page
+share/gnome/help/evince/nl/print-select.page
+share/gnome/help/evince/nl/print-select.png
+share/gnome/help/evince/nl/printing.page
+share/gnome/help/evince/nl/reload.page
+share/gnome/help/evince/nl/reverse-collate.png
+share/gnome/help/evince/nl/shortcuts.page
+share/gnome/help/evince/nl/singlesided-13-16pages.page
+share/gnome/help/evince/nl/singlesided-17-20pages.page
+share/gnome/help/evince/nl/singlesided-3-4pages.page
+share/gnome/help/evince/nl/singlesided-5-8pages.page
+share/gnome/help/evince/nl/singlesided-9-12pages.page
+share/gnome/help/evince/nl/singlesided-npages.page
+share/gnome/help/evince/nl/synctex-beamer.page
+share/gnome/help/evince/nl/synctex-compile.page
+share/gnome/help/evince/nl/synctex-editors.page
+share/gnome/help/evince/nl/synctex-search.page
+share/gnome/help/evince/nl/synctex-support.page
+share/gnome/help/evince/nl/synctex.page
+share/gnome/help/evince/nl/textselection.page
+share/gnome/help/evince/nl/zoom.png
+share/gnome/help/evince/oc/add-text-annotation.png
+share/gnome/help/evince/oc/annotation-properties.page
+share/gnome/help/evince/oc/annotations-delete.page
+share/gnome/help/evince/oc/annotations-disabled.page
+share/gnome/help/evince/oc/annotations-nav-to-page.png
+share/gnome/help/evince/oc/annotations-navigate.page
+share/gnome/help/evince/oc/annotations-navigate.png
+share/gnome/help/evince/oc/annotations-save.page
+share/gnome/help/evince/oc/annotations.page
+share/gnome/help/evince/oc/bookmarks.page
+share/gnome/help/evince/oc/bug-filing.page
+share/gnome/help/evince/oc/commandline.page
+share/gnome/help/evince/oc/convertPostScript.page
+share/gnome/help/evince/oc/convertSVG.page
+share/gnome/help/evince/oc/convertpdf.page
+share/gnome/help/evince/oc/duplex-10pages.page
+share/gnome/help/evince/oc/duplex-11pages.page
+share/gnome/help/evince/oc/duplex-12pages.page
+share/gnome/help/evince/oc/duplex-13pages.page
+share/gnome/help/evince/oc/duplex-14pages.page
+share/gnome/help/evince/oc/duplex-15pages.page
+share/gnome/help/evince/oc/duplex-16pages.page
+share/gnome/help/evince/oc/duplex-3pages.page
+share/gnome/help/evince/oc/duplex-4pages.page
+share/gnome/help/evince/oc/duplex-5pages.page
+share/gnome/help/evince/oc/duplex-6pages.page
+share/gnome/help/evince/oc/duplex-7pages.page
+share/gnome/help/evince/oc/duplex-8pages.page
+share/gnome/help/evince/oc/duplex-9pages.page
+share/gnome/help/evince/oc/duplex-npages.page
+share/gnome/help/evince/oc/editing.page
+share/gnome/help/evince/oc/evincelogo.png
+share/gnome/help/evince/oc/finding.page
+share/gnome/help/evince/oc/formats.page
+share/gnome/help/evince/oc/forms-saving.page
+share/gnome/help/evince/oc/forms.page
+share/gnome/help/evince/oc/gconf-editor.png
+share/gnome/help/evince/oc/index.page
+share/gnome/help/evince/oc/introduction.page
+share/gnome/help/evince/oc/invert-colors.page
+share/gnome/help/evince/oc/legal.xml
+share/gnome/help/evince/oc/list-add-tabs.png
+share/gnome/help/evince/oc/movingaround.page
+share/gnome/help/evince/oc/noprint.page
+share/gnome/help/evince/oc/openerror.page
+share/gnome/help/evince/oc/opening.page
+share/gnome/help/evince/oc/password.page
+share/gnome/help/evince/oc/presentations.page
+share/gnome/help/evince/oc/print-2sided.page
+share/gnome/help/evince/oc/print-2sided.png
+share/gnome/help/evince/oc/print-booklet.page
+share/gnome/help/evince/oc/print-differentsize.page
+share/gnome/help/evince/oc/print-order.page
+share/gnome/help/evince/oc/print-select.page
+share/gnome/help/evince/oc/print-select.png
+share/gnome/help/evince/oc/printing.page
+share/gnome/help/evince/oc/reload.page
+share/gnome/help/evince/oc/reverse-collate.png
+share/gnome/help/evince/oc/shortcuts.page
+share/gnome/help/evince/oc/singlesided-13-16pages.page
+share/gnome/help/evince/oc/singlesided-17-20pages.page
+share/gnome/help/evince/oc/singlesided-3-4pages.page
+share/gnome/help/evince/oc/singlesided-5-8pages.page
+share/gnome/help/evince/oc/singlesided-9-12pages.page
+share/gnome/help/evince/oc/singlesided-npages.page
+share/gnome/help/evince/oc/synctex-beamer.page
+share/gnome/help/evince/oc/synctex-compile.page
+share/gnome/help/evince/oc/synctex-editors.page
+share/gnome/help/evince/oc/synctex-search.page
+share/gnome/help/evince/oc/synctex-support.page
+share/gnome/help/evince/oc/synctex.page
+share/gnome/help/evince/oc/textselection.page
+share/gnome/help/evince/oc/zoom.png
+share/gnome/help/evince/pt_BR/add-text-annotation.png
+share/gnome/help/evince/pt_BR/annotation-properties.page
+share/gnome/help/evince/pt_BR/annotations-delete.page
+share/gnome/help/evince/pt_BR/annotations-disabled.page
+share/gnome/help/evince/pt_BR/annotations-nav-to-page.png
+share/gnome/help/evince/pt_BR/annotations-navigate.page
+share/gnome/help/evince/pt_BR/annotations-navigate.png
+share/gnome/help/evince/pt_BR/annotations-save.page
+share/gnome/help/evince/pt_BR/annotations.page
+share/gnome/help/evince/pt_BR/bookmarks.page
+share/gnome/help/evince/pt_BR/bug-filing.page
+share/gnome/help/evince/pt_BR/commandline.page
+share/gnome/help/evince/pt_BR/convertPostScript.page
+share/gnome/help/evince/pt_BR/convertSVG.page
+share/gnome/help/evince/pt_BR/convertpdf.page
+share/gnome/help/evince/pt_BR/duplex-10pages.page
+share/gnome/help/evince/pt_BR/duplex-11pages.page
+share/gnome/help/evince/pt_BR/duplex-12pages.page
+share/gnome/help/evince/pt_BR/duplex-13pages.page
+share/gnome/help/evince/pt_BR/duplex-14pages.page
+share/gnome/help/evince/pt_BR/duplex-15pages.page
+share/gnome/help/evince/pt_BR/duplex-16pages.page
+share/gnome/help/evince/pt_BR/duplex-3pages.page
+share/gnome/help/evince/pt_BR/duplex-4pages.page
+share/gnome/help/evince/pt_BR/duplex-5pages.page
+share/gnome/help/evince/pt_BR/duplex-6pages.page
+share/gnome/help/evince/pt_BR/duplex-7pages.page
+share/gnome/help/evince/pt_BR/duplex-8pages.page
+share/gnome/help/evince/pt_BR/duplex-9pages.page
+share/gnome/help/evince/pt_BR/duplex-npages.page
+share/gnome/help/evince/pt_BR/editing.page
+share/gnome/help/evince/pt_BR/evincelogo.png
+share/gnome/help/evince/pt_BR/finding.page
+share/gnome/help/evince/pt_BR/formats.page
+share/gnome/help/evince/pt_BR/forms-saving.page
+share/gnome/help/evince/pt_BR/forms.page
+share/gnome/help/evince/pt_BR/gconf-editor.png
+share/gnome/help/evince/pt_BR/index.page
+share/gnome/help/evince/pt_BR/introduction.page
+share/gnome/help/evince/pt_BR/invert-colors.page
+share/gnome/help/evince/pt_BR/legal.xml
+share/gnome/help/evince/pt_BR/list-add-tabs.png
+share/gnome/help/evince/pt_BR/movingaround.page
+share/gnome/help/evince/pt_BR/noprint.page
+share/gnome/help/evince/pt_BR/openerror.page
+share/gnome/help/evince/pt_BR/opening.page
+share/gnome/help/evince/pt_BR/password.page
+share/gnome/help/evince/pt_BR/presentations.page
+share/gnome/help/evince/pt_BR/print-2sided.page
+share/gnome/help/evince/pt_BR/print-2sided.png
+share/gnome/help/evince/pt_BR/print-booklet.page
+share/gnome/help/evince/pt_BR/print-differentsize.page
+share/gnome/help/evince/pt_BR/print-order.page
+share/gnome/help/evince/pt_BR/print-select.page
+share/gnome/help/evince/pt_BR/print-select.png
+share/gnome/help/evince/pt_BR/printing.page
+share/gnome/help/evince/pt_BR/reload.page
+share/gnome/help/evince/pt_BR/reverse-collate.png
+share/gnome/help/evince/pt_BR/shortcuts.page
+share/gnome/help/evince/pt_BR/singlesided-13-16pages.page
+share/gnome/help/evince/pt_BR/singlesided-17-20pages.page
+share/gnome/help/evince/pt_BR/singlesided-3-4pages.page
+share/gnome/help/evince/pt_BR/singlesided-5-8pages.page
+share/gnome/help/evince/pt_BR/singlesided-9-12pages.page
+share/gnome/help/evince/pt_BR/singlesided-npages.page
+share/gnome/help/evince/pt_BR/synctex-beamer.page
+share/gnome/help/evince/pt_BR/synctex-compile.page
+share/gnome/help/evince/pt_BR/synctex-editors.page
+share/gnome/help/evince/pt_BR/synctex-search.page
+share/gnome/help/evince/pt_BR/synctex-support.page
+share/gnome/help/evince/pt_BR/synctex.page
+share/gnome/help/evince/pt_BR/textselection.page
+share/gnome/help/evince/pt_BR/zoom.png
+share/gnome/help/evince/ru/add-text-annotation.png
+share/gnome/help/evince/ru/annotation-properties.page
+share/gnome/help/evince/ru/annotations-delete.page
+share/gnome/help/evince/ru/annotations-disabled.page
+share/gnome/help/evince/ru/annotations-nav-to-page.png
+share/gnome/help/evince/ru/annotations-navigate.page
+share/gnome/help/evince/ru/annotations-navigate.png
+share/gnome/help/evince/ru/annotations-save.page
+share/gnome/help/evince/ru/annotations.page
+share/gnome/help/evince/ru/bookmarks.page
+share/gnome/help/evince/ru/bug-filing.page
+share/gnome/help/evince/ru/commandline.page
+share/gnome/help/evince/ru/convertPostScript.page
+share/gnome/help/evince/ru/convertSVG.page
+share/gnome/help/evince/ru/convertpdf.page
+share/gnome/help/evince/ru/duplex-10pages.page
+share/gnome/help/evince/ru/duplex-11pages.page
+share/gnome/help/evince/ru/duplex-12pages.page
+share/gnome/help/evince/ru/duplex-13pages.page
+share/gnome/help/evince/ru/duplex-14pages.page
+share/gnome/help/evince/ru/duplex-15pages.page
+share/gnome/help/evince/ru/duplex-16pages.page
+share/gnome/help/evince/ru/duplex-3pages.page
+share/gnome/help/evince/ru/duplex-4pages.page
+share/gnome/help/evince/ru/duplex-5pages.page
+share/gnome/help/evince/ru/duplex-6pages.page
+share/gnome/help/evince/ru/duplex-7pages.page
+share/gnome/help/evince/ru/duplex-8pages.page
+share/gnome/help/evince/ru/duplex-9pages.page
+share/gnome/help/evince/ru/duplex-npages.page
+share/gnome/help/evince/ru/editing.page
+share/gnome/help/evince/ru/evincelogo.png
+share/gnome/help/evince/ru/finding.page
+share/gnome/help/evince/ru/formats.page
+share/gnome/help/evince/ru/forms-saving.page
+share/gnome/help/evince/ru/forms.page
+share/gnome/help/evince/ru/gconf-editor.png
+share/gnome/help/evince/ru/index.page
+share/gnome/help/evince/ru/introduction.page
+share/gnome/help/evince/ru/invert-colors.page
+share/gnome/help/evince/ru/legal.xml
+share/gnome/help/evince/ru/list-add-tabs.png
+share/gnome/help/evince/ru/movingaround.page
+share/gnome/help/evince/ru/noprint.page
+share/gnome/help/evince/ru/openerror.page
+share/gnome/help/evince/ru/opening.page
+share/gnome/help/evince/ru/password.page
+share/gnome/help/evince/ru/presentations.page
+share/gnome/help/evince/ru/print-2sided.page
+share/gnome/help/evince/ru/print-2sided.png
+share/gnome/help/evince/ru/print-booklet.page
+share/gnome/help/evince/ru/print-differentsize.page
+share/gnome/help/evince/ru/print-order.page
+share/gnome/help/evince/ru/print-select.page
+share/gnome/help/evince/ru/print-select.png
+share/gnome/help/evince/ru/printing.page
+share/gnome/help/evince/ru/reload.page
+share/gnome/help/evince/ru/reverse-collate.png
+share/gnome/help/evince/ru/shortcuts.page
+share/gnome/help/evince/ru/singlesided-13-16pages.page
+share/gnome/help/evince/ru/singlesided-17-20pages.page
+share/gnome/help/evince/ru/singlesided-3-4pages.page
+share/gnome/help/evince/ru/singlesided-5-8pages.page
+share/gnome/help/evince/ru/singlesided-9-12pages.page
+share/gnome/help/evince/ru/singlesided-npages.page
+share/gnome/help/evince/ru/synctex-beamer.page
+share/gnome/help/evince/ru/synctex-compile.page
+share/gnome/help/evince/ru/synctex-editors.page
+share/gnome/help/evince/ru/synctex-search.page
+share/gnome/help/evince/ru/synctex-support.page
+share/gnome/help/evince/ru/synctex.page
+share/gnome/help/evince/ru/textselection.page
+share/gnome/help/evince/ru/zoom.png
+share/gnome/help/evince/sl/add-text-annotation.png
+share/gnome/help/evince/sl/annotation-properties.page
+share/gnome/help/evince/sl/annotations-delete.page
+share/gnome/help/evince/sl/annotations-disabled.page
+share/gnome/help/evince/sl/annotations-nav-to-page.png
+share/gnome/help/evince/sl/annotations-navigate.page
+share/gnome/help/evince/sl/annotations-navigate.png
+share/gnome/help/evince/sl/annotations-save.page
+share/gnome/help/evince/sl/annotations.page
+share/gnome/help/evince/sl/bookmarks.page
+share/gnome/help/evince/sl/bug-filing.page
+share/gnome/help/evince/sl/commandline.page
+share/gnome/help/evince/sl/convertPostScript.page
+share/gnome/help/evince/sl/convertSVG.page
+share/gnome/help/evince/sl/convertpdf.page
+share/gnome/help/evince/sl/duplex-10pages.page
+share/gnome/help/evince/sl/duplex-11pages.page
+share/gnome/help/evince/sl/duplex-12pages.page
+share/gnome/help/evince/sl/duplex-13pages.page
+share/gnome/help/evince/sl/duplex-14pages.page
+share/gnome/help/evince/sl/duplex-15pages.page
+share/gnome/help/evince/sl/duplex-16pages.page
+share/gnome/help/evince/sl/duplex-3pages.page
+share/gnome/help/evince/sl/duplex-4pages.page
+share/gnome/help/evince/sl/duplex-5pages.page
+share/gnome/help/evince/sl/duplex-6pages.page
+share/gnome/help/evince/sl/duplex-7pages.page
+share/gnome/help/evince/sl/duplex-8pages.page
+share/gnome/help/evince/sl/duplex-9pages.page
+share/gnome/help/evince/sl/duplex-npages.page
+share/gnome/help/evince/sl/editing.page
+share/gnome/help/evince/sl/evincelogo.png
+share/gnome/help/evince/sl/finding.page
+share/gnome/help/evince/sl/formats.page
+share/gnome/help/evince/sl/forms-saving.page
+share/gnome/help/evince/sl/forms.page
+share/gnome/help/evince/sl/gconf-editor.png
+share/gnome/help/evince/sl/index.page
+share/gnome/help/evince/sl/introduction.page
+share/gnome/help/evince/sl/invert-colors.page
+share/gnome/help/evince/sl/legal.xml
+share/gnome/help/evince/sl/list-add-tabs.png
+share/gnome/help/evince/sl/movingaround.page
+share/gnome/help/evince/sl/noprint.page
+share/gnome/help/evince/sl/openerror.page
+share/gnome/help/evince/sl/opening.page
+share/gnome/help/evince/sl/password.page
+share/gnome/help/evince/sl/presentations.page
+share/gnome/help/evince/sl/print-2sided.page
+share/gnome/help/evince/sl/print-2sided.png
+share/gnome/help/evince/sl/print-booklet.page
+share/gnome/help/evince/sl/print-differentsize.page
+share/gnome/help/evince/sl/print-order.page
+share/gnome/help/evince/sl/print-select.page
+share/gnome/help/evince/sl/print-select.png
+share/gnome/help/evince/sl/printing.page
+share/gnome/help/evince/sl/reload.page
+share/gnome/help/evince/sl/reverse-collate.png
+share/gnome/help/evince/sl/shortcuts.page
+share/gnome/help/evince/sl/singlesided-13-16pages.page
+share/gnome/help/evince/sl/singlesided-17-20pages.page
+share/gnome/help/evince/sl/singlesided-3-4pages.page
+share/gnome/help/evince/sl/singlesided-5-8pages.page
+share/gnome/help/evince/sl/singlesided-9-12pages.page
+share/gnome/help/evince/sl/singlesided-npages.page
+share/gnome/help/evince/sl/synctex-beamer.page
+share/gnome/help/evince/sl/synctex-compile.page
+share/gnome/help/evince/sl/synctex-editors.page
+share/gnome/help/evince/sl/synctex-search.page
+share/gnome/help/evince/sl/synctex-support.page
+share/gnome/help/evince/sl/synctex.page
+share/gnome/help/evince/sl/textselection.page
+share/gnome/help/evince/sl/zoom.png
+share/gnome/help/evince/sr/add-text-annotation.png
+share/gnome/help/evince/sr/annotation-properties.page
+share/gnome/help/evince/sr/annotations-delete.page
+share/gnome/help/evince/sr/annotations-disabled.page
+share/gnome/help/evince/sr/annotations-nav-to-page.png
+share/gnome/help/evince/sr/annotations-navigate.page
+share/gnome/help/evince/sr/annotations-navigate.png
+share/gnome/help/evince/sr/annotations-save.page
+share/gnome/help/evince/sr/annotations.page
+share/gnome/help/evince/sr/bookmarks.page
+share/gnome/help/evince/sr/bug-filing.page
+share/gnome/help/evince/sr/commandline.page
+share/gnome/help/evince/sr/convertPostScript.page
+share/gnome/help/evince/sr/convertSVG.page
+share/gnome/help/evince/sr/convertpdf.page
+share/gnome/help/evince/sr/duplex-10pages.page
+share/gnome/help/evince/sr/duplex-11pages.page
+share/gnome/help/evince/sr/duplex-12pages.page
+share/gnome/help/evince/sr/duplex-13pages.page
+share/gnome/help/evince/sr/duplex-14pages.page
+share/gnome/help/evince/sr/duplex-15pages.page
+share/gnome/help/evince/sr/duplex-16pages.page
+share/gnome/help/evince/sr/duplex-3pages.page
+share/gnome/help/evince/sr/duplex-4pages.page
+share/gnome/help/evince/sr/duplex-5pages.page
+share/gnome/help/evince/sr/duplex-6pages.page
+share/gnome/help/evince/sr/duplex-7pages.page
+share/gnome/help/evince/sr/duplex-8pages.page
+share/gnome/help/evince/sr/duplex-9pages.page
+share/gnome/help/evince/sr/duplex-npages.page
+share/gnome/help/evince/sr/editing.page
+share/gnome/help/evince/sr/evincelogo.png
+share/gnome/help/evince/sr/finding.page
+share/gnome/help/evince/sr/formats.page
+share/gnome/help/evince/sr/forms-saving.page
+share/gnome/help/evince/sr/forms.page
+share/gnome/help/evince/sr/gconf-editor.png
+share/gnome/help/evince/sr/index.page
+share/gnome/help/evince/sr/introduction.page
+share/gnome/help/evince/sr/invert-colors.page
+share/gnome/help/evince/sr/legal.xml
+share/gnome/help/evince/sr/list-add-tabs.png
+share/gnome/help/evince/sr/movingaround.page
+share/gnome/help/evince/sr/noprint.page
+share/gnome/help/evince/sr/openerror.page
+share/gnome/help/evince/sr/opening.page
+share/gnome/help/evince/sr/password.page
+share/gnome/help/evince/sr/presentations.page
+share/gnome/help/evince/sr/print-2sided.page
+share/gnome/help/evince/sr/print-2sided.png
+share/gnome/help/evince/sr/print-booklet.page
+share/gnome/help/evince/sr/print-differentsize.page
+share/gnome/help/evince/sr/print-order.page
+share/gnome/help/evince/sr/print-select.page
+share/gnome/help/evince/sr/print-select.png
+share/gnome/help/evince/sr/printing.page
+share/gnome/help/evince/sr/reload.page
+share/gnome/help/evince/sr/reverse-collate.png
+share/gnome/help/evince/sr/shortcuts.page
+share/gnome/help/evince/sr/singlesided-13-16pages.page
+share/gnome/help/evince/sr/singlesided-17-20pages.page
+share/gnome/help/evince/sr/singlesided-3-4pages.page
+share/gnome/help/evince/sr/singlesided-5-8pages.page
+share/gnome/help/evince/sr/singlesided-9-12pages.page
+share/gnome/help/evince/sr/singlesided-npages.page
+share/gnome/help/evince/sr/synctex-beamer.page
+share/gnome/help/evince/sr/synctex-compile.page
+share/gnome/help/evince/sr/synctex-editors.page
+share/gnome/help/evince/sr/synctex-search.page
+share/gnome/help/evince/sr/synctex-support.page
+share/gnome/help/evince/sr/synctex.page
+share/gnome/help/evince/sr/textselection.page
+share/gnome/help/evince/sr/zoom.png
+share/gnome/help/evince/sv/add-text-annotation.png
+share/gnome/help/evince/sv/annotation-properties.page
+share/gnome/help/evince/sv/annotations-delete.page
+share/gnome/help/evince/sv/annotations-disabled.page
+share/gnome/help/evince/sv/annotations-nav-to-page.png
+share/gnome/help/evince/sv/annotations-navigate.page
+share/gnome/help/evince/sv/annotations-navigate.png
+share/gnome/help/evince/sv/annotations-save.page
+share/gnome/help/evince/sv/annotations.page
+share/gnome/help/evince/sv/bookmarks.page
+share/gnome/help/evince/sv/bug-filing.page
+share/gnome/help/evince/sv/commandline.page
+share/gnome/help/evince/sv/convertPostScript.page
+share/gnome/help/evince/sv/convertSVG.page
+share/gnome/help/evince/sv/convertpdf.page
+share/gnome/help/evince/sv/duplex-10pages.page
+share/gnome/help/evince/sv/duplex-11pages.page
+share/gnome/help/evince/sv/duplex-12pages.page
+share/gnome/help/evince/sv/duplex-13pages.page
+share/gnome/help/evince/sv/duplex-14pages.page
+share/gnome/help/evince/sv/duplex-15pages.page
+share/gnome/help/evince/sv/duplex-16pages.page
+share/gnome/help/evince/sv/duplex-3pages.page
+share/gnome/help/evince/sv/duplex-4pages.page
+share/gnome/help/evince/sv/duplex-5pages.page
+share/gnome/help/evince/sv/duplex-6pages.page
+share/gnome/help/evince/sv/duplex-7pages.page
+share/gnome/help/evince/sv/duplex-8pages.page
+share/gnome/help/evince/sv/duplex-9pages.page
+share/gnome/help/evince/sv/duplex-npages.page
+share/gnome/help/evince/sv/editing.page
+share/gnome/help/evince/sv/evincelogo.png
+share/gnome/help/evince/sv/finding.page
+share/gnome/help/evince/sv/formats.page
+share/gnome/help/evince/sv/forms-saving.page
+share/gnome/help/evince/sv/forms.page
+share/gnome/help/evince/sv/gconf-editor.png
+share/gnome/help/evince/sv/index.page
+share/gnome/help/evince/sv/introduction.page
+share/gnome/help/evince/sv/invert-colors.page
+share/gnome/help/evince/sv/legal.xml
+share/gnome/help/evince/sv/list-add-tabs.png
+share/gnome/help/evince/sv/movingaround.page
+share/gnome/help/evince/sv/noprint.page
+share/gnome/help/evince/sv/openerror.page
+share/gnome/help/evince/sv/opening.page
+share/gnome/help/evince/sv/password.page
+share/gnome/help/evince/sv/presentations.page
+share/gnome/help/evince/sv/print-2sided.page
+share/gnome/help/evince/sv/print-2sided.png
+share/gnome/help/evince/sv/print-booklet.page
+share/gnome/help/evince/sv/print-differentsize.page
+share/gnome/help/evince/sv/print-order.page
+share/gnome/help/evince/sv/print-select.page
+share/gnome/help/evince/sv/print-select.png
+share/gnome/help/evince/sv/printing.page
+share/gnome/help/evince/sv/reload.page
+share/gnome/help/evince/sv/reverse-collate.png
+share/gnome/help/evince/sv/shortcuts.page
+share/gnome/help/evince/sv/singlesided-13-16pages.page
+share/gnome/help/evince/sv/singlesided-17-20pages.page
+share/gnome/help/evince/sv/singlesided-3-4pages.page
+share/gnome/help/evince/sv/singlesided-5-8pages.page
+share/gnome/help/evince/sv/singlesided-9-12pages.page
+share/gnome/help/evince/sv/singlesided-npages.page
+share/gnome/help/evince/sv/synctex-beamer.page
+share/gnome/help/evince/sv/synctex-compile.page
+share/gnome/help/evince/sv/synctex-editors.page
+share/gnome/help/evince/sv/synctex-search.page
+share/gnome/help/evince/sv/synctex-support.page
+share/gnome/help/evince/sv/synctex.page
+share/gnome/help/evince/sv/textselection.page
+share/gnome/help/evince/sv/zoom.png
+share/gnome/help/evince/uk/add-text-annotation.png
+share/gnome/help/evince/uk/annotation-properties.page
+share/gnome/help/evince/uk/annotations-delete.page
+share/gnome/help/evince/uk/annotations-disabled.page
+share/gnome/help/evince/uk/annotations-nav-to-page.png
+share/gnome/help/evince/uk/annotations-navigate.page
+share/gnome/help/evince/uk/annotations-navigate.png
+share/gnome/help/evince/uk/annotations-save.page
+share/gnome/help/evince/uk/annotations.page
+share/gnome/help/evince/uk/bookmarks.page
+share/gnome/help/evince/uk/bug-filing.page
+share/gnome/help/evince/uk/commandline.page
+share/gnome/help/evince/uk/convertPostScript.page
+share/gnome/help/evince/uk/convertSVG.page
+share/gnome/help/evince/uk/convertpdf.page
+share/gnome/help/evince/uk/duplex-10pages.page
+share/gnome/help/evince/uk/duplex-11pages.page
+share/gnome/help/evince/uk/duplex-12pages.page
+share/gnome/help/evince/uk/duplex-13pages.page
+share/gnome/help/evince/uk/duplex-14pages.page
+share/gnome/help/evince/uk/duplex-15pages.page
+share/gnome/help/evince/uk/duplex-16pages.page
+share/gnome/help/evince/uk/duplex-3pages.page
+share/gnome/help/evince/uk/duplex-4pages.page
+share/gnome/help/evince/uk/duplex-5pages.page
+share/gnome/help/evince/uk/duplex-6pages.page
+share/gnome/help/evince/uk/duplex-7pages.page
+share/gnome/help/evince/uk/duplex-8pages.page
+share/gnome/help/evince/uk/duplex-9pages.page
+share/gnome/help/evince/uk/duplex-npages.page
+share/gnome/help/evince/uk/editing.page
+share/gnome/help/evince/uk/evincelogo.png
+share/gnome/help/evince/uk/finding.page
+share/gnome/help/evince/uk/formats.page
+share/gnome/help/evince/uk/forms-saving.page
+share/gnome/help/evince/uk/forms.page
+share/gnome/help/evince/uk/gconf-editor.png
+share/gnome/help/evince/uk/index.page
+share/gnome/help/evince/uk/introduction.page
+share/gnome/help/evince/uk/invert-colors.page
+share/gnome/help/evince/uk/legal.xml
+share/gnome/help/evince/uk/list-add-tabs.png
+share/gnome/help/evince/uk/movingaround.page
+share/gnome/help/evince/uk/noprint.page
+share/gnome/help/evince/uk/openerror.page
+share/gnome/help/evince/uk/opening.page
+share/gnome/help/evince/uk/password.page
+share/gnome/help/evince/uk/presentations.page
+share/gnome/help/evince/uk/print-2sided.page
+share/gnome/help/evince/uk/print-2sided.png
+share/gnome/help/evince/uk/print-booklet.page
+share/gnome/help/evince/uk/print-differentsize.page
+share/gnome/help/evince/uk/print-order.page
+share/gnome/help/evince/uk/print-select.page
+share/gnome/help/evince/uk/print-select.png
+share/gnome/help/evince/uk/printing.page
+share/gnome/help/evince/uk/reload.page
+share/gnome/help/evince/uk/reverse-collate.png
+share/gnome/help/evince/uk/shortcuts.page
+share/gnome/help/evince/uk/singlesided-13-16pages.page
+share/gnome/help/evince/uk/singlesided-17-20pages.page
+share/gnome/help/evince/uk/singlesided-3-4pages.page
+share/gnome/help/evince/uk/singlesided-5-8pages.page
+share/gnome/help/evince/uk/singlesided-9-12pages.page
+share/gnome/help/evince/uk/singlesided-npages.page
+share/gnome/help/evince/uk/synctex-beamer.page
+share/gnome/help/evince/uk/synctex-compile.page
+share/gnome/help/evince/uk/synctex-editors.page
+share/gnome/help/evince/uk/synctex-search.page
+share/gnome/help/evince/uk/synctex-support.page
+share/gnome/help/evince/uk/synctex.page
+share/gnome/help/evince/uk/textselection.page
+share/gnome/help/evince/uk/zoom.png
+share/gnome/help/evince/vi/add-text-annotation.png
+share/gnome/help/evince/vi/annotation-properties.page
+share/gnome/help/evince/vi/annotations-delete.page
+share/gnome/help/evince/vi/annotations-disabled.page
+share/gnome/help/evince/vi/annotations-nav-to-page.png
+share/gnome/help/evince/vi/annotations-navigate.page
+share/gnome/help/evince/vi/annotations-navigate.png
+share/gnome/help/evince/vi/annotations-save.page
+share/gnome/help/evince/vi/annotations.page
+share/gnome/help/evince/vi/bookmarks.page
+share/gnome/help/evince/vi/bug-filing.page
+share/gnome/help/evince/vi/commandline.page
+share/gnome/help/evince/vi/convertPostScript.page
+share/gnome/help/evince/vi/convertSVG.page
+share/gnome/help/evince/vi/convertpdf.page
+share/gnome/help/evince/vi/duplex-10pages.page
+share/gnome/help/evince/vi/duplex-11pages.page
+share/gnome/help/evince/vi/duplex-12pages.page
+share/gnome/help/evince/vi/duplex-13pages.page
+share/gnome/help/evince/vi/duplex-14pages.page
+share/gnome/help/evince/vi/duplex-15pages.page
+share/gnome/help/evince/vi/duplex-16pages.page
+share/gnome/help/evince/vi/duplex-3pages.page
+share/gnome/help/evince/vi/duplex-4pages.page
+share/gnome/help/evince/vi/duplex-5pages.page
+share/gnome/help/evince/vi/duplex-6pages.page
+share/gnome/help/evince/vi/duplex-7pages.page
+share/gnome/help/evince/vi/duplex-8pages.page
+share/gnome/help/evince/vi/duplex-9pages.page
+share/gnome/help/evince/vi/duplex-npages.page
+share/gnome/help/evince/vi/editing.page
+share/gnome/help/evince/vi/evincelogo.png
+share/gnome/help/evince/vi/finding.page
+share/gnome/help/evince/vi/formats.page
+share/gnome/help/evince/vi/forms-saving.page
+share/gnome/help/evince/vi/forms.page
+share/gnome/help/evince/vi/gconf-editor.png
+share/gnome/help/evince/vi/index.page
+share/gnome/help/evince/vi/introduction.page
+share/gnome/help/evince/vi/invert-colors.page
+share/gnome/help/evince/vi/legal.xml
+share/gnome/help/evince/vi/list-add-tabs.png
+share/gnome/help/evince/vi/movingaround.page
+share/gnome/help/evince/vi/noprint.page
+share/gnome/help/evince/vi/openerror.page
+share/gnome/help/evince/vi/opening.page
+share/gnome/help/evince/vi/password.page
+share/gnome/help/evince/vi/presentations.page
+share/gnome/help/evince/vi/print-2sided.page
+share/gnome/help/evince/vi/print-2sided.png
+share/gnome/help/evince/vi/print-booklet.page
+share/gnome/help/evince/vi/print-differentsize.page
+share/gnome/help/evince/vi/print-order.page
+share/gnome/help/evince/vi/print-select.page
+share/gnome/help/evince/vi/print-select.png
+share/gnome/help/evince/vi/printing.page
+share/gnome/help/evince/vi/reload.page
+share/gnome/help/evince/vi/reverse-collate.png
+share/gnome/help/evince/vi/shortcuts.page
+share/gnome/help/evince/vi/singlesided-13-16pages.page
+share/gnome/help/evince/vi/singlesided-17-20pages.page
+share/gnome/help/evince/vi/singlesided-3-4pages.page
+share/gnome/help/evince/vi/singlesided-5-8pages.page
+share/gnome/help/evince/vi/singlesided-9-12pages.page
+share/gnome/help/evince/vi/singlesided-npages.page
+share/gnome/help/evince/vi/synctex-beamer.page
+share/gnome/help/evince/vi/synctex-compile.page
+share/gnome/help/evince/vi/synctex-editors.page
+share/gnome/help/evince/vi/synctex-search.page
+share/gnome/help/evince/vi/synctex-support.page
+share/gnome/help/evince/vi/synctex.page
+share/gnome/help/evince/vi/textselection.page
+share/gnome/help/evince/vi/zoom.png
+share/gnome/help/evince/zh_CN/add-text-annotation.png
+share/gnome/help/evince/zh_CN/annotation-properties.page
+share/gnome/help/evince/zh_CN/annotations-delete.page
+share/gnome/help/evince/zh_CN/annotations-disabled.page
+share/gnome/help/evince/zh_CN/annotations-nav-to-page.png
+share/gnome/help/evince/zh_CN/annotations-navigate.page
+share/gnome/help/evince/zh_CN/annotations-navigate.png
+share/gnome/help/evince/zh_CN/annotations-save.page
+share/gnome/help/evince/zh_CN/annotations.page
+share/gnome/help/evince/zh_CN/bookmarks.page
+share/gnome/help/evince/zh_CN/bug-filing.page
+share/gnome/help/evince/zh_CN/commandline.page
+share/gnome/help/evince/zh_CN/convertPostScript.page
+share/gnome/help/evince/zh_CN/convertSVG.page
+share/gnome/help/evince/zh_CN/convertpdf.page
+share/gnome/help/evince/zh_CN/duplex-10pages.page
+share/gnome/help/evince/zh_CN/duplex-11pages.page
+share/gnome/help/evince/zh_CN/duplex-12pages.page
+share/gnome/help/evince/zh_CN/duplex-13pages.page
+share/gnome/help/evince/zh_CN/duplex-14pages.page
+share/gnome/help/evince/zh_CN/duplex-15pages.page
+share/gnome/help/evince/zh_CN/duplex-16pages.page
+share/gnome/help/evince/zh_CN/duplex-3pages.page
+share/gnome/help/evince/zh_CN/duplex-4pages.page
+share/gnome/help/evince/zh_CN/duplex-5pages.page
+share/gnome/help/evince/zh_CN/duplex-6pages.page
+share/gnome/help/evince/zh_CN/duplex-7pages.page
+share/gnome/help/evince/zh_CN/duplex-8pages.page
+share/gnome/help/evince/zh_CN/duplex-9pages.page
+share/gnome/help/evince/zh_CN/duplex-npages.page
+share/gnome/help/evince/zh_CN/editing.page
+share/gnome/help/evince/zh_CN/evincelogo.png
+share/gnome/help/evince/zh_CN/finding.page
+share/gnome/help/evince/zh_CN/formats.page
+share/gnome/help/evince/zh_CN/forms-saving.page
+share/gnome/help/evince/zh_CN/forms.page
+share/gnome/help/evince/zh_CN/gconf-editor.png
+share/gnome/help/evince/zh_CN/index.page
+share/gnome/help/evince/zh_CN/introduction.page
+share/gnome/help/evince/zh_CN/invert-colors.page
+share/gnome/help/evince/zh_CN/legal.xml
+share/gnome/help/evince/zh_CN/list-add-tabs.png
+share/gnome/help/evince/zh_CN/movingaround.page
+share/gnome/help/evince/zh_CN/noprint.page
+share/gnome/help/evince/zh_CN/openerror.page
+share/gnome/help/evince/zh_CN/opening.page
+share/gnome/help/evince/zh_CN/password.page
+share/gnome/help/evince/zh_CN/presentations.page
+share/gnome/help/evince/zh_CN/print-2sided.page
+share/gnome/help/evince/zh_CN/print-2sided.png
+share/gnome/help/evince/zh_CN/print-booklet.page
+share/gnome/help/evince/zh_CN/print-differentsize.page
+share/gnome/help/evince/zh_CN/print-order.page
+share/gnome/help/evince/zh_CN/print-select.page
+share/gnome/help/evince/zh_CN/print-select.png
+share/gnome/help/evince/zh_CN/printing.page
+share/gnome/help/evince/zh_CN/reload.page
+share/gnome/help/evince/zh_CN/reverse-collate.png
+share/gnome/help/evince/zh_CN/shortcuts.page
+share/gnome/help/evince/zh_CN/singlesided-13-16pages.page
+share/gnome/help/evince/zh_CN/singlesided-17-20pages.page
+share/gnome/help/evince/zh_CN/singlesided-3-4pages.page
+share/gnome/help/evince/zh_CN/singlesided-5-8pages.page
+share/gnome/help/evince/zh_CN/singlesided-9-12pages.page
+share/gnome/help/evince/zh_CN/singlesided-npages.page
+share/gnome/help/evince/zh_CN/synctex-beamer.page
+share/gnome/help/evince/zh_CN/synctex-compile.page
+share/gnome/help/evince/zh_CN/synctex-editors.page
+share/gnome/help/evince/zh_CN/synctex-search.page
+share/gnome/help/evince/zh_CN/synctex-support.page
+share/gnome/help/evince/zh_CN/synctex.page
+share/gnome/help/evince/zh_CN/textselection.page
+share/gnome/help/evince/zh_CN/zoom.png
+share/icons/hicolor/16x16/apps/evince.png
+share/icons/hicolor/22x22/apps/evince.png
+share/icons/hicolor/24x24/apps/evince.png
+share/icons/hicolor/48x48/apps/evince.png
+share/icons/hicolor/scalable/apps/evince.svg
+share/locale/af/LC_MESSAGES/evince.mo
+share/locale/ar/LC_MESSAGES/evince.mo
+share/locale/as/LC_MESSAGES/evince.mo
+share/locale/ast/LC_MESSAGES/evince.mo
+share/locale/be/LC_MESSAGES/evince.mo
+share/locale/be@latin/LC_MESSAGES/evince.mo
+share/locale/bg/LC_MESSAGES/evince.mo
+share/locale/bn/LC_MESSAGES/evince.mo
+share/locale/bn_IN/LC_MESSAGES/evince.mo
+share/locale/br/LC_MESSAGES/evince.mo
+share/locale/ca/LC_MESSAGES/evince.mo
+share/locale/ca@valencia/LC_MESSAGES/evince.mo
+share/locale/cs/LC_MESSAGES/evince.mo
+share/locale/cy/LC_MESSAGES/evince.mo
+share/locale/da/LC_MESSAGES/evince.mo
+share/locale/de/LC_MESSAGES/evince.mo
+share/locale/dz/LC_MESSAGES/evince.mo
+share/locale/el/LC_MESSAGES/evince.mo
+share/locale/en@shaw/LC_MESSAGES/evince.mo
+share/locale/en_CA/LC_MESSAGES/evince.mo
+share/locale/en_GB/LC_MESSAGES/evince.mo
+share/locale/eo/LC_MESSAGES/evince.mo
+share/locale/es/LC_MESSAGES/evince.mo
+share/locale/et/LC_MESSAGES/evince.mo
+share/locale/eu/LC_MESSAGES/evince.mo
+share/locale/fa/LC_MESSAGES/evince.mo
+share/locale/fi/LC_MESSAGES/evince.mo
+share/locale/fr/LC_MESSAGES/evince.mo
+share/locale/ga/LC_MESSAGES/evince.mo
+share/locale/gl/LC_MESSAGES/evince.mo
+share/locale/gu/LC_MESSAGES/evince.mo
+share/locale/he/LC_MESSAGES/evince.mo
+share/locale/hi/LC_MESSAGES/evince.mo
+share/locale/hu/LC_MESSAGES/evince.mo
+share/locale/id/LC_MESSAGES/evince.mo
+share/locale/it/LC_MESSAGES/evince.mo
+share/locale/ja/LC_MESSAGES/evince.mo
+share/locale/ka/LC_MESSAGES/evince.mo
+share/locale/kk/LC_MESSAGES/evince.mo
+share/locale/kn/LC_MESSAGES/evince.mo
+share/locale/ko/LC_MESSAGES/evince.mo
+share/locale/ks/LC_MESSAGES/evince.mo
+share/locale/ku/LC_MESSAGES/evince.mo
+share/locale/lt/LC_MESSAGES/evince.mo
+share/locale/lv/LC_MESSAGES/evince.mo
+share/locale/mai/LC_MESSAGES/evince.mo
+share/locale/mg/LC_MESSAGES/evince.mo
+share/locale/mk/LC_MESSAGES/evince.mo
+share/locale/ml/LC_MESSAGES/evince.mo
+share/locale/mn/LC_MESSAGES/evince.mo
+share/locale/mr/LC_MESSAGES/evince.mo
+share/locale/ms/LC_MESSAGES/evince.mo
+share/locale/nb/LC_MESSAGES/evince.mo
+share/locale/nds/LC_MESSAGES/evince.mo
+share/locale/ne/LC_MESSAGES/evince.mo
+share/locale/nl/LC_MESSAGES/evince.mo
+share/locale/nn/LC_MESSAGES/evince.mo
+share/locale/oc/LC_MESSAGES/evince.mo
+share/locale/or/LC_MESSAGES/evince.mo
+share/locale/pa/LC_MESSAGES/evince.mo
+share/locale/pl/LC_MESSAGES/evince.mo
+share/locale/ps/LC_MESSAGES/evince.mo
+share/locale/pt/LC_MESSAGES/evince.mo
+share/locale/pt_BR/LC_MESSAGES/evince.mo
+share/locale/ro/LC_MESSAGES/evince.mo
+share/locale/ru/LC_MESSAGES/evince.mo
+share/locale/rw/LC_MESSAGES/evince.mo
+share/locale/si/LC_MESSAGES/evince.mo
+share/locale/sk/LC_MESSAGES/evince.mo
+share/locale/sl/LC_MESSAGES/evince.mo
+share/locale/sq/LC_MESSAGES/evince.mo
+share/locale/sr/LC_MESSAGES/evince.mo
+share/locale/sr@latin/LC_MESSAGES/evince.mo
+share/locale/sv/LC_MESSAGES/evince.mo
+share/locale/ta/LC_MESSAGES/evince.mo
+share/locale/te/LC_MESSAGES/evince.mo
+share/locale/th/LC_MESSAGES/evince.mo
+share/locale/tr/LC_MESSAGES/evince.mo
+share/locale/ug/LC_MESSAGES/evince.mo
+share/locale/uk/LC_MESSAGES/evince.mo
+share/locale/vi/LC_MESSAGES/evince.mo
+share/locale/wa/LC_MESSAGES/evince.mo
+share/locale/zh_CN/LC_MESSAGES/evince.mo
+share/locale/zh_HK/LC_MESSAGES/evince.mo
+share/locale/zh_TW/LC_MESSAGES/evince.mo
+share/thumbnailers/evince.thumbnailer
+@dirrm share/thumbnailers
+@dirrm share/gnome/help/evince/zh_CN
+@dirrm share/gnome/help/evince/vi
+@dirrm share/gnome/help/evince/uk
+@dirrm share/gnome/help/evince/sv
+@dirrm share/gnome/help/evince/sr
+@dirrm share/gnome/help/evince/sl
+@dirrm share/gnome/help/evince/ru
+@dirrm share/gnome/help/evince/pt_BR
+@dirrm share/gnome/help/evince/oc
+@dirrm share/gnome/help/evince/nl
+@dirrm share/gnome/help/evince/ja
+@dirrm share/gnome/help/evince/it
+@dirrm share/gnome/help/evince/gl
+@dirrm share/gnome/help/evince/fr
+@dirrm share/gnome/help/evince/fi
+@dirrm share/gnome/help/evince/eu
+@dirrm share/gnome/help/evince/es
+@dirrm share/gnome/help/evince/en_GB
+@dirrm share/gnome/help/evince/el
+@dirrm share/gnome/help/evince/de
+@dirrm share/gnome/help/evince/cs
+@dirrm share/gnome/help/evince/ca
+@dirrm share/gnome/help/evince/bg
+@dirrm share/gnome/help/evince/C
+@dirrm share/gnome/help/evince
+@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
+@dirrm %%DATADIR%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/32x32/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/32x32/actions
+@dirrm %%DATADIR%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/icons/hicolor/24x24/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
+@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/22x22/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/22x22/actions
+@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/16x16/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
+@dirrm %%DATADIR%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
+@dirrm share/doc/libevview
+@dirrm share/doc/libevdocument
+@dirrm %%DOCSDIR%%
+@dirrmtry share/applications
+@dirrm lib/evince/3/backends
+@dirrm lib/evince/3
+@dirrm lib/evince
+@dirrm include/evince/%%VERSION%%/libview
+@dirrm include/evince/%%VERSION%%/libdocument
+@dirrm include/evince/%%VERSION%%
+@dirrm include/evince
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ps/LC_MESSAGES
+@dirrmtry share/locale/ps
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ks/LC_MESSAGES
+@dirrmtry share/locale/ks
+@dirrmtry share/locale/kk/LC_MESSAGES
+@dirrmtry share/locale/kk
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as