]> www.fi.muni.cz Git - evince.git/commitdiff
Added man file
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Tue, 30 Jan 2007 17:12:10 +0000 (17:12 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Tue, 30 Jan 2007 17:12:10 +0000 (17:12 +0000)
2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* data/Makefile.am:
* data/evince.1:

Added man file

svn path=/trunk/; revision=2277

ChangeLog
data/Makefile.am
data/evince.1 [new file with mode: 0644]
help/ChangeLog

index d8a9ab40d9e99e85b76c194d77a9cd0d50d95588..3a68a035ffcf59847c6a69d8a2eb2bc912b4b497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2007-01-29  Nickolay V. Shmyrev  <shmyrev@shadow.teleton>
+2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/Makefile.am:
+       * data/evince.1:
+       
+       Added man file
+
+2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * help/reference/* :
        * configure.ac:
index 94ec87ce59b6262eb998af7175a5dd2e42581c9d..669742c878f0117737ac61f3e8078e7ebd767b70 100644 (file)
@@ -4,6 +4,12 @@ NULL=
 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 (file)
index 0000000..5666613
--- /dev/null
@@ -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.
index 3af83ae922951ce7911abef4a1006d6317b00c56..bab3f26177e014d140ca951c949a5ef2c7751173 100644 (file)
@@ -1,4 +1,4 @@
-2007-01-30  Nickolay V. Shmyrev  <shmyrev@shadow.teleton>
+2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * reference/Makefile.am:
        * reference/evince-docs.sgml:
@@ -6,7 +6,7 @@
        
        Updated index document.
 
-2007-01-29  Nickolay V. Shmyrev  <shmyrev@shadow.teleton>
+2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * reference/Makefile.am:
        * reference/evince-docs.sgml: