diff options
author | Monsta <[email protected]> | 2015-07-07 14:03:16 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-07 14:03:16 +0300 |
commit | 9a4c2f01d0824db2b5ee121eb52262ea554c6dc8 (patch) | |
tree | de3d7993245bd66ca0a64fda1ae7508147f2ef90 /Makefile.am | |
parent | 23360934811887b2012bc788f03b2f3c394d3d25 (diff) | |
download | mate-applets-9a4c2f01d0824db2b5ee121eb52262ea554c6dc8.tar.bz2 mate-applets-9a4c2f01d0824db2b5ee121eb52262ea554c6dc8.tar.xz |
actually install manpages on make install
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a48c488b..a310bf9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,7 @@ SUBDIRS = \ $(always_built_SUBDIRS) \ $(gtop_SUBDIRS) \ $(libmateweather_SUBDIRS) \ + man \ $(battstat_SUBDIR) \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ |