Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--data/Makefile.am7
-rw-r--r--data/evince.141
-rw-r--r--help/ChangeLog4
4 files changed, 58 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d8a9ab4..3a68a03 100644
--- 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:
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.
diff --git a/help/ChangeLog b/help/ChangeLog
index 3af83ae..bab3f26 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -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: