[evince] data: Add man pages for evince-previewer and evince-thumbnailer



commit 8ce024b57c9065c3ea58b9f5087566a2e7bb069e
Author: Caolán McNamara <caolanm redhat com>
Date:   Tue Jan 10 15:10:44 2017 +0000

    data: Add man pages for evince-previewer and evince-thumbnailer
    
    Man pages from the Debian project.
    
    Fixes #680

 data/evince-previewer.1   | 26 ++++++++++++++++++++++++++
 data/evince-thumbnailer.1 | 20 ++++++++++++++++++++
 data/meson.build          | 11 +++++++----
 3 files changed, 53 insertions(+), 4 deletions(-)
---
diff --git a/data/evince-previewer.1 b/data/evince-previewer.1
new file mode 100644
index 00000000..42824530
--- /dev/null
+++ b/data/evince-previewer.1
@@ -0,0 +1,26 @@
+.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.
+
+This program is not meant to be called by end-users.
+.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 00000000..55a0347d
--- /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/
diff --git a/data/meson.build b/data/meson.build
index 083e07db..8a308b85 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -62,10 +62,13 @@ install_data(
 )
 
 # man file
-install_data(
-  'evince.1',
-  install_dir: join_paths(ev_mandir, 'man1'),
-)
+man_pages = ['evince.1', 'evince-previewer.1', 'evince-thumbnailer.1']
+foreach man_page: man_pages
+  install_data(
+    man_page,
+    install_dir: join_paths(ev_mandir, 'man1'),
+  )
+endforeach
 
 # UI descriptions
 install_data(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]