diff options
author | Martin Wimpress <[email protected]> | 2017-01-17 10:37:04 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-17 10:37:04 +0000 |
commit | f26c3508ca3be0ce8844b2fb63ace0d53152abce (patch) | |
tree | dd87184dc3411ecb95a3390f051e6f408b05ab4d /man/Makefile.am | |
parent | 3884cf44d85e99e99852160f90a2145ef15a4c34 (diff) | |
download | mate-desktop-f26c3508ca3be0ce8844b2fb63ace0d53152abce.tar.bz2 mate-desktop-f26c3508ca3be0ce8844b2fb63ace0d53152abce.tar.xz |
Drop mpaste.
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 df62198..227b6e3 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,9 +1,9 @@ -man_MANS = mate-color-select.1 mpaste.1 +man_MANS = mate-color-select.1 if MATE_ABOUT_ENABLED man_MANS += mate-about.1 endif -EXTRA_DIST = mate-about.1 mate-color-select.1 mpaste.1 +EXTRA_DIST = mate-about.1 mate-color-select.1 -include $(top_srcdir)/git.mk |