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

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