Blame SOURCES/0001-Resolves-deb-762530-rhbz-1061177-add-man-pages.patch

a29641
From 8e20f99f5d73175112b37203ba127519db90aff0 Mon Sep 17 00:00:00 2001
a29641
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
a29641
Date: Tue, 10 Jan 2017 15:10:44 +0000
a29641
Subject: [PATCH] Resolves: deb#762530 rhbz#1061177 add man pages
a29641
a29641
for evince-previewer and evince-thumbnailer
a29641
---
a29641
 data/Makefile.am          |  2 +-
a29641
 data/evince-previewer.1   | 24 ++++++++++++++++++++++++
a29641
 data/evince-thumbnailer.1 | 20 ++++++++++++++++++++
a29641
 3 files changed, 45 insertions(+), 1 deletion(-)
a29641
 create mode 100644 data/evince-previewer.1
a29641
 create mode 100644 data/evince-thumbnailer.1
a29641
a29641
diff --git a/data/Makefile.am b/data/Makefile.am
a29641
index 44fcf33..a45a3cb 100644
a29641
--- a/data/Makefile.am
a29641
+++ b/data/Makefile.am
a29641
@@ -7,7 +7,7 @@ install-data-local: update-icon-cache
a29641
 # man file
a29641
 #
a29641
 
a29641
-man_MANS=evince.1
a29641
+man_MANS=evince.1 evince-previewer.1 evince-thumbnailer.1
a29641
 
a29641
 #
a29641
 # UI descriptions
a29641
diff --git a/data/evince-previewer.1 b/data/evince-previewer.1
a29641
new file mode 100644
a29641
index 0000000..1841509
a29641
--- /dev/null
a29641
+++ b/data/evince-previewer.1
a29641
@@ -0,0 +1,24 @@
a29641
+.TH evince\-previewer 1 2015\-07\-28
a29641
+.SH NAME
a29641
+evince\-previewer \- show a printing preview of PostScript and PDF documents
a29641
+.SH SYNOPSIS
a29641
+\fBevince\-previewer\fR [options] \fBinput\fR
a29641
+.SH DESCRIPTION
a29641
+evince\-previewer is a GNOME program to
a29641
+show a printing preview from PostScript (PS), Portable Document Format
a29641
+(PDF), DjVu and DVI files.
a29641
+.SH OPTIONS
a29641
+evince\-previewer obeys all normal GNOME and GTK+ command line options.
a29641
+The application options are
a29641
+.TP
a29641
+\fB\-u, \-\-unlink\-tempfile\fR
a29641
+Delete the temporary file
a29641
+.TP
a29641
+\fB\-p, \-\-print-settings=FILE\fR
a29641
+Print settings file
a29641
+.SH "SEE ALSO"
a29641
+\fBevince\fR(1),
a29641
+\fBgnome\-options\fR(7),
a29641
+\fBgtk\-options\fR(7).
a29641
+.PP
a29641
+https://wiki.gnome.org/Apps/Evince
a29641
diff --git a/data/evince-thumbnailer.1 b/data/evince-thumbnailer.1
a29641
new file mode 100644
a29641
index 0000000..25ddfec
a29641
--- /dev/null
a29641
+++ b/data/evince-thumbnailer.1
a29641
@@ -0,0 +1,20 @@
a29641
+.TH evince\-thumbnailer 1 2007\-01\-15  
a29641
+.SH NAME
a29641
+evince\-thumbnailer \- create png thumbnails from PostScript and PDF documents
a29641
+.SH SYNOPSIS
a29641
+\fBevince\-thumbnailer\fR [\-s \fBsize\fR] \fBinput\fR \fBoutput\fR 
a29641
+.SH DESCRIPTION
a29641
+evince\-thumbnailer is a GNOME program to
a29641
+create thumbnails from PostScript (PS), Portable Document Format
a29641
+(PDF), DjVu and DVI files.
a29641
+.SH OPTIONS
a29641
+evince obeys all normal GNOME and GTK+ 
a29641
+command line options. The only option \-s \fIsize
a29641
+\fRmakes it possible to choose the vertical size
a29641
+of the created thumbnail.
a29641
+.SH "SEE ALSO"
a29641
+\fBevince\fR(1),
a29641
+\fBgnome\-options\fR(7),
a29641
+\fBgtk\-options\fR(7).
a29641
+.PP
a29641
+http://www.gnome.org/projects/evince/
a29641
-- 
a29641
2.9.3
a29641