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