Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-30 17:12:10 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-30 17:12:10 (GMT)
commit794bbc93d05e090d7fef7b39f6f0237cbb26fa31 (patch)
treec4eae8573428d1c2c572d6736a7a801741ab250c /data
parenta6a9e8990dfb06ba0644c1de93d59f0e7b787a88 (diff)
Added man file
2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/Makefile.am: * data/evince.1: Added man file svn path=/trunk/; revision=2277
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
-rw-r--r--data/evince.141
2 files changed, 48 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 94ec87c..669742c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,12 @@ install-data-local: install-schemas update-icon-cache
uninstall-local: uninstall-schemas
#
+# man file
+#
+
+man_MANS=evince.1
+
+#
# UI descriptions
#
@@ -98,6 +104,7 @@ EXTRA_DIST = \
$(ui_DATA) \
$(DESKTOP_IN_FILES) \
$(schema_in_files) \
+ $(man_MANS) \
$(NULL)
#
diff --git a/data/evince.1 b/data/evince.1
new file mode 100644
index 0000000..5666613
--- /dev/null
+++ b/data/evince.1
@@ -0,0 +1,41 @@
+.TH EVINCE 1 "30 Jan 2007"
+.SH NAME
+\fBevince\fP \- GNOME document viewer
+
+The Evince Document Viewer application for GNOME desktop environment
+
+.SH SYNTAX
+.B evince
+.RI [--help]
+.RI [--usage]
+.RI [--page-label=<label>]
+.RI [--quit]
+.RI [filename(s)...]
+.SH DESCRIPTION
+.B evince
+
+Evince is a document viewer capable of displaying multiple and single
+page document formats like PDF and Postscript. For more general
+information about Evince please visit our website at
+http://www.gnome.org/projects/evince/
+
+.LP
+.SH OPTIONS
+
+.TP
+\fB\-\-help\fR
+Prints the command line options.
+.TP
+\fB\-\-page\-label=label\fR
+You can pass page label or page number here, this page will be selected in
+document if exists.
+.TP
+\fBfilename(s)...\fR
+Specifies the file to open when Evince starts - if this is not
+specified, Evince will open a blank window. Multiple files can be loaded
+if they are separated by spaces. Evince also supports handling of
+remote files. For example, you can pass the location on web or or load
+a file from a FTP server, like "ftp://adobe.com/sample.pdf".
+
+.SH BUGS
+If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=evince.