From 1b71c2674875413e14bcd5e0b0e4f89a24835708 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 30 Jul 2013 12:16:57 +0200 Subject: about-me: Add manpage --- capplets/about-me/Makefile.am | 4 +++- capplets/about-me/mate-about-me.1 | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 capplets/about-me/mate-about-me.1 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 . \ No newline at end of file -- cgit v1.2.1