From 035ffeddd687e21c96a33796e7a3c8a71e1c2067 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Sat, 29 Feb 2020 20:55:11 +0100 Subject: Makefile.am: Also distribute README.md, GOVERNANCE.md and MEMBERS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README was distributed by default due to implicit autotools rules, so when we renamed to README.md, it stopped being included. While at it, also add the two other new files. Signed-off-by: Jonas Ådahl --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 345ae6a..1f32890 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,9 @@ nobase_dist_pkgdata_DATA = \ dist_noinst_DATA = \ $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \ $(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \ + README.md \ + GOVERNANCE.md \ + MEMBERS.md \ $(NULL) noarch_pkgconfig_DATA = wayland-protocols.pc -- cgit v1.2.3