diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-30 12:16:57 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-30 12:16:57 +0200 |
commit | 1b71c2674875413e14bcd5e0b0e4f89a24835708 (patch) | |
tree | 1fdfdd6a646ecdad3bb7b98378de2a9123c154e0 /capplets/about-me/Makefile.am | |
parent | acfd1c87ed18b0cf500a1ed35b1ae7237e7af552 (diff) | |
download | mate-control-center-1b71c2674875413e14bcd5e0b0e4f89a24835708.tar.bz2 mate-control-center-1b71c2674875413e14bcd5e0b0e4f89a24835708.tar.xz |
about-me: Add manpage
Diffstat (limited to 'capplets/about-me/Makefile.am')
-rw-r--r-- | capplets/about-me/Makefile.am | 4 |
1 files changed, 3 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 |