summaryrefslogtreecommitdiff
path: root/capplets/about-me/Makefile.am
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 /capplets/about-me/Makefile.am
parentacfd1c87ed18b0cf500a1ed35b1ae7237e7af552 (diff)
downloadmate-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.am4
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