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

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