diff options
author | infirit <[email protected]> | 2014-06-06 14:46:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-06 15:03:58 +0200 |
commit | da0f8bc7644e7b6d005ba0a7c6e8490eadc16841 (patch) | |
tree | d2329aca261813e741f96f3c9235fbbdcc2c79cf /capplets/about-me | |
parent | a119a454a93e04fe592e3daf8d511900494fbf6f (diff) | |
download | mate-control-center-da0f8bc7644e7b6d005ba0a7c6e8490eadc16841.tar.bz2 mate-control-center-da0f8bc7644e7b6d005ba0a7c6e8490eadc16841.tar.xz |
Move all manpages into thier own man directory
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]>. |