summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-11-18 10:25:16 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-11-18 13:24:32 +0800
commit67cd84ca01715038ac5f9dc92f7d5c3149716e53 (patch)
tree7289a28fbbd9bafef01585e7b13671707323be40
parent7c671d79678d8b28711a6fa659fca47768daed88 (diff)
downloadwayland-protocols-67cd84ca01715038ac5f9dc92f7d5c3149716e53.tar.gz
Makefile.am: Include protocol README files in tarball
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f1bac16..a32e977 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-nobase_dist_pkgdata_DATA = \
+unstable_protocols = \
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \
@@ -7,5 +7,13 @@ nobase_dist_pkgdata_DATA = \
unstable/xdg-shell/xdg-shell-unstable-v5.xml \
$(NULL)
+nobase_dist_pkgdata_DATA = \
+ $(unstable_protocols) \
+ $(NULL)
+
+dist_noinst_DATA = \
+ $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \
+ $(NULL)
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = wayland-protocols.pc