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