summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-30 12:16:57 +0200
committerStefano Karapetsas <[email protected]>2013-07-30 12:16:57 +0200
commit1b71c2674875413e14bcd5e0b0e4f89a24835708 (patch)
tree1fdfdd6a646ecdad3bb7b98378de2a9123c154e0
parentacfd1c87ed18b0cf500a1ed35b1ae7237e7af552 (diff)
downloadmate-control-center-1b71c2674875413e14bcd5e0b0e4f89a24835708.tar.bz2
mate-control-center-1b71c2674875413e14bcd5e0b0e4f89a24835708.tar.xz
about-me: Add manpage
-rw-r--r--capplets/about-me/Makefile.am4
-rw-r--r--capplets/about-me/mate-about-me.118
2 files changed, 21 insertions, 1 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am
index 126dcdd4..70525073 100644
--- a/capplets/about-me/Makefile.am
+++ b/capplets/about-me/Makefile.am
@@ -41,6 +41,8 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
uidir = $(pkgdatadir)/ui
ui_DATA = $(ui_files)
+man_MANS = mate-about-me.1
+
AM_CPPFLAGS = \
$(MATECC_CAPPLETS_CFLAGS) \
$(LIBEBOOK_CFLAGS) \
@@ -51,6 +53,6 @@ AM_CPPFLAGS = \
-DMATELOCALEDIR="\"$(datadir)/locale\""
CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES)
-EXTRA_DIST = $(ui_files) fprintd-marshal.list
+EXTRA_DIST = $(ui_files) $(man_MANS) fprintd-marshal.list
-include $(top_srcdir)/git.mk
diff --git a/capplets/about-me/mate-about-me.1 b/capplets/about-me/mate-about-me.1
new file mode 100644
index 00000000..5ad70b08
--- /dev/null
+++ b/capplets/about-me/mate-about-me.1
@@ -0,0 +1,18 @@
+.TH "mate-about-me" "1"
+
+.SH "NAME"
+mate-about-me \(em is a control center applet.
+
+.SH "SYNOPSIS"
+.PP
+\fBmate-about-me\fR
+
+.SH "DESCRIPTION"
+.PP
+MATE About Me is a control center applet to set user information.
+.PP
+It allows to change user password and set user avatar image (~/.face file).
+
+.SH "AUTHOR"
+.PP
+This manual page was written by Stefano Karapetsas <[email protected]>. \ No newline at end of file