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

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