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

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