diff options
author | Martin Wimpress <[email protected]> | 2015-06-15 20:35:43 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-15 20:35:43 +0100 |
commit | 19a25dbe2059004bc64f9e342cf38f4d01da80c7 (patch) | |
tree | d579dbf0fad67641c1b2dd9b02c88f332d0fe860 /man/Makefile.am | |
parent | 3d7d2fdb68d40523b10a87f614e37c7d48911e9f (diff) | |
download | mate-desktop-19a25dbe2059004bc64f9e342cf38f4d01da80c7.tar.bz2 mate-desktop-19a25dbe2059004bc64f9e342cf38f4d01da80c7.tar.xz |
Add missing man pages for mate-color-select and mpaste. Closes #175.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index b6a8c3f..df62198 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,9 +1,9 @@ -man_MANS = +man_MANS = mate-color-select.1 mpaste.1 if MATE_ABOUT_ENABLED man_MANS += mate-about.1 endif -EXTRA_DIST = mate-about.1 +EXTRA_DIST = mate-about.1 mate-color-select.1 mpaste.1 -include $(top_srcdir)/git.mk |