summaryrefslogtreecommitdiff
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-02-16 14:20:54 +0100
committerraveit65 <[email protected]>2020-02-17 13:14:48 +0100
commitac126c9bdfd70d899a6926a8a1194ebeeb23436b (patch)
tree00950dd1562a3ab5017259dc97f6876b69e26d22 /man/Makefile.am
parente8fbac2ce193f5c2c93fdecb7ca0e14c1152ace6 (diff)
downloadmate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.bz2
mate-desktop-ac126c9bdfd70d899a6926a8a1194ebeeb23436b.tar.xz
build: add meson config files to EXTRA_DIST
fixes https://github.com/mate-desktop/mate-desktop/issues/431
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am5
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