diff options
-rw-r--r-- | src/Makefile.am | 4 | ||||
-rw-r--r-- | src/empathy-accounts.1 | 12 | ||||
-rw-r--r-- | src/empathy.1 | 24 |
3 files changed, 40 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7c18efc24..f82bac38e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,6 +47,10 @@ glade_DATA = \ empathy-new-chatroom-dialog.glade \ empathy-status-icon.glade +dist_man_MANS = \ + empathy.1 \ + empathy-accounts.1 + EXTRA_DIST = \ $(autostart_DATA) \ $(glade_DATA) diff --git a/src/empathy-accounts.1 b/src/empathy-accounts.1 new file mode 100644 index 000000000..b615e875e --- /dev/null +++ b/src/empathy-accounts.1 @@ -0,0 +1,12 @@ +.TH EMPATHY-ACCOUNTS "1" "October 2007" "Telepathy project" "User Commands" +.SH NAME +empathy\-accounts \- configure Telepathy instant messaging accounts +.SH SYNOPSIS +empathy\-accounts +.SH DESCRIPTION +empathy-accounts displays a graphical (Gtk+) dialog where the instant messaging +accounts used by Empathy (via Telepathy Mission Control) can be configured. +.SH OPTIONS +There are no command-line options. +.SH SEE ALSO +\fIhttp://telepathy.freedesktop.org/\fR, \fIhttp://live.gnome.org/Empathy\fR diff --git a/src/empathy.1 b/src/empathy.1 new file mode 100644 index 000000000..bb191a0ac --- /dev/null +++ b/src/empathy.1 @@ -0,0 +1,24 @@ +.TH EMPATHY "1" "October 2007" "Telepathy project" "User Commands" +.SH NAME +empathy \- GNOME instant messaging client using Telepathy +.SH SYNOPSIS +empathy +.SH DESCRIPTION +Empathy consists of a rich set of reusable instant messaging widgets, and a +GNOME client using those widgets. +It uses Telepathy and Nokia's Mission Control, and reuses Gossip's UI. +.PP +The main user interface consists of a contact list window and an icon in the +notification area. +.SH OPTIONS +There are no command-line options. +.SH ENVIRONMENT +.TP +\fBEMPATHY_LOGFILE\fR=\fIfilename\fR +If set, debug output will go to the given file rather than to stderr. +.TP +\fBEMPATHY_DEBUG\fR=\fItype\fR +May be set to "all" for full debug output, or various undocumented options +(which may change from release to release) to filter the output. +.SH SEE ALSO +\fIhttp://telepathy.freedesktop.org/\fR, \fIhttp://live.gnome.org/Empathy\fR |