diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 227b6e3..865e424 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -4,6 +4,9 @@ if MATE_ABOUT_ENABLED man_MANS += mate-about.1 endif -EXTRA_DIST = mate-about.1 mate-color-select.1 +EXTRA_DIST = \ + meson.build \ + mate-about.1 \ + mate-color-select.1 -include $(top_srcdir)/git.mk |