aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-12-13 08:38:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-12-13 08:38:19 +0800
commit3681ee807965177dbd13619cbf42571adcef6341 (patch)
treedcd65cfeb968707095be81a81664d871b310f7ef
parent153ab60b4208de29dd94885398f847381242d7e5 (diff)
downloadgsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar.gz
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar.bz2
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar.lz
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar.xz
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.tar.zst
gsoc2013-evolution-3681ee807965177dbd13619cbf42571adcef6341.zip
Install the man page.
* data/Makefile.am (man_MANS): Install the man page. * data/evolution.1: New man page for Evolution. svn path=/trunk/; revision=15011
-rw-r--r--ChangeLog10
-rw-r--r--data/Makefile.am4
-rw-r--r--data/evolution.139
3 files changed, 51 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c7079f77c6..2ea968dc50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+2001-12-12 Ettore Perazzoli <ettore@ximian.com>
+
+ [Fix #16358, No man page for Evolution.]
+
+ * data/Makefile.am (man_MANS): Install the man page.
+
+ * data/evolution.1: New man page for Evolution.
+
2001-12-10 JP Rosevear <jpr@ximian.com>
- * configure.in: use UTF-8 as the char set when testing pilot link
+ * configure.in: use UTF-8 as the char set when testing pilot link
2001-12-11 Ettore Perazzoli <ettore@ximian.com>
diff --git a/data/Makefile.am b/data/Makefile.am
index 5c3fdfa410..20c4dee0cd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,4 +16,6 @@ kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
endif
-EXTRA_DIST = $(desktop_in_files) $(keys_in_files) $(mime_DATA)
+man_MANS = evolution.1
+
+EXTRA_DIST = $(desktop_in_files) $(keys_in_files) $(mime_DATA) $(man_MANS)
diff --git a/data/evolution.1 b/data/evolution.1
new file mode 100644
index 0000000000..8e0193d82c
--- /dev/null
+++ b/data/evolution.1
@@ -0,0 +1,39 @@
+.TH "Evolution" "1" "1.0" "Ximian, Inc." "GNOME Applications"
+.SH "NAME"
+.LP
+evolution \- Run Ximian Evolution, the GNOME groupware suite.
+.SH "SYNOPSIS"
+.LP
+evolution [OPTION] ... [URI]
+.SH "DESCRIPTION"
+.LP
+This program is a graphical groupware suite. Documentation for
+Evolution is available by running the application and selecting items
+from the Help menu, or by visiting the Ximian knowledge base at
+\fBhttp://support.ximian.com\fR.
+.TP
+\fB\-\-no-splash\fR
+do not display the start-up splash screen
+.TP
+\fB\-\-debug\fR=\fIFILENAME\fR
+output debugging messages to FILENAME
+.SH "EXAMPLES"
+To run this program the standard way type:
+.sp
+ \fBevolution\fR
+.sp
+To open your Inbox
+.sp
+ \fBevolution evolution:/local/Inbox\fR
+.sp
+To send mail to \fBjoe@somewhere.net\fR
+.sp
+ \fBevolution mailto:joe@somewhere.net\fR
+.sp
+To use Evolution as the handler for \fBmailto:\fR links in GNOME
+applications, set the GNOME URL handler in the GNOME Control Center to
+be:
+.sp
+ \fBevolution "%s"\fR
+.sp
+(The similar approach works for Mozilla and other applications.) \ No newline at end of file