From ac126c9bdfd70d899a6926a8a1194ebeeb23436b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Feb 2020 14:20:54 +0100 Subject: build: add meson config files to EXTRA_DIST fixes https://github.com/mate-desktop/mate-desktop/issues/431 --- man/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man') 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 -- cgit v1.2.1