diff options
Diffstat (limited to 'capplets/about-me')
-rw-r--r-- | capplets/about-me/Makefile.am | 4 | ||||
-rw-r--r-- | capplets/about-me/mate-about-me.1 | 18 |
2 files changed, 1 insertions, 21 deletions
diff --git a/capplets/about-me/Makefile.am b/capplets/about-me/Makefile.am index 70525073..126dcdd4 100644 --- a/capplets/about-me/Makefile.am +++ b/capplets/about-me/Makefile.am @@ -41,8 +41,6 @@ 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) \ @@ -53,6 +51,6 @@ AM_CPPFLAGS = \ -DMATELOCALEDIR="\"$(datadir)/locale\"" CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES) -EXTRA_DIST = $(ui_files) $(man_MANS) fprintd-marshal.list +EXTRA_DIST = $(ui_files) 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 deleted file mode 100644 index e6be7655..00000000 --- a/capplets/about-me/mate-about-me.1 +++ /dev/null @@ -1,18 +0,0 @@ -.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 one to change user password and set user avatar image (~/.face file). - -.SH "AUTHOR" -.PP -This manual page was written by Stefano Karapetsas <[email protected]>. |