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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | capplets/about-me/Makefile.am | 4 |
1 files changed, 1 insertions, 3 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 |