diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-23 14:11:53 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-23 14:11:53 +0200 |
commit | e9854abd045441d9168249c8afec5cee5caf5bd2 (patch) | |
tree | eacfba2c964ebeccc36a4754a551b76f8ff8de8c /Makefile.am | |
parent | 69ab51cda64cc66d4844a86bdeacaf47b7788011 (diff) | |
download | mate-system-monitor-e9854abd045441d9168249c8afec5cee5caf5bd2.tar.bz2 mate-system-monitor-e9854abd045441d9168249c8afec5cee5caf5bd2.tar.xz |
Add manpage for mate-system-monitor
Closes #20 (https://github.com/mate-desktop/mate-system-monitor/issues/20)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c77276c..4b3d9c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,10 @@ SUBDIRS = pixmaps po src help +man_MANS = mate-system-monitor.1 + EXTRA_DIST = \ + $(man_MANS) \ mate-doc-utils.make \ mate-system-monitor.desktop.in \ mate-system-monitor.doap \ |