diff options
author | raveit65 <[email protected]> | 2020-02-16 14:20:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-17 13:16:20 +0100 |
commit | 378db5b5244fc195a91993d50e4a5d1d86e430a9 (patch) | |
tree | 78926f0fb5ca53a24aa4bd559aa683eb16bf7687 /man/Makefile.am | |
parent | f3c815577cb151706408a5b0f2469f077b276b8f (diff) | |
download | mate-desktop-378db5b5244fc195a91993d50e4a5d1d86e430a9.tar.bz2 mate-desktop-378db5b5244fc195a91993d50e4a5d1d86e430a9.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.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 |