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>
This commit is contained in:
Jonas Ådahl 2020-02-29 20:55:11 +01:00
parent 8f6095f242
commit 035ffeddd6

View file

@ -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