diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 9 | ||||
-rw-r--r-- | man/mate-about.1 | 24 |
2 files changed, 33 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..b6a8c3f --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,9 @@ +man_MANS = + +if MATE_ABOUT_ENABLED +man_MANS += mate-about.1 +endif + +EXTRA_DIST = mate-about.1 + +-include $(top_srcdir)/git.mk diff --git a/man/mate-about.1 b/man/mate-about.1 new file mode 100644 index 0000000..4fa55ae --- /dev/null +++ b/man/mate-about.1 @@ -0,0 +1,24 @@ +.\" +.\" mate-about manual page. +.\" (C) 2010 Vincent Untz ([email protected]) +.\" +.TH MATE-ABOUT 1 "MATE" +.SH NAME +mate-about \- Learn more about MATE +.SH SYNOPSIS +.B mate-about [\-\-mate-version] +.SH DESCRIPTION +The \fImate-about\fP program is a tool to learn more about MATE and +who creates MATE. It contains an introduction about the project, and +lists all contributors. +.PP +The list of contributors used by \fImate-about\fP is the list of +MATE Foundation members. +.SH OPTIONS +The following options are supported: +.TP +.I "--mate-version" +Output the MATE version instead of running a graphical interface. +.SH BUGS +If you find bugs in the \fImate-about\fP program, please report +these on http://bugzilla.gnome.org. |