summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2020-02-29 20:55:11 +0100
committerJonas Ådahl <jadahl@gmail.com>2020-02-29 20:55:11 +0100
commit035ffeddd687e21c96a33796e7a3c8a71e1c2067 (patch)
tree3b57f8b310e475430ba4f8e00f90af650e855d93
parent8f6095f242008e16ba4f32066361ac3e20f3f4c4 (diff)
downloadwayland-protocols-035ffeddd687e21c96a33796e7a3c8a71e1c2067.tar.gz
Makefile.am: Also distribute README.md, GOVERNANCE.md and MEMBERS.md
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 <jadahl@gmail.com>
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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