Skip to content

Commit

Permalink
Makefile.am: Also distribute README.md, GOVERNANCE.md and MEMBERS.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jadahl committed Feb 29, 2020
1 parent 8f6095f commit 035ffed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 035ffed

Please sign in to comment.