From 2939d4a05ef2f66101ac8071f365dd8b07ed0f42 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 3 Dec 2020 16:59:54 +0100 Subject: staging/xdg-activation: Describe interoperation with X11 X11 had its own startup notification protocol, describe how could Wayland compositors implement interoperation between Wayland and X11 clients, should this be desired. Signed-off-by: Carlos Garnacho --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9954a74..6078b11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,10 @@ staging_protocols = \ staging/xdg-activation/xdg-activation-v1.xml \ $(NULL) +misc_documentation = \ + staging/xdg-activation/x11-interoperation.rst \ + $(NULL) + nobase_dist_pkgdata_DATA = \ $(unstable_protocols) \ $(stable_protocols) \ @@ -45,6 +49,7 @@ dist_noinst_DATA = \ $(sort $(foreach p,$(unstable_protocols),$(dir $p)README)) \ $(sort $(foreach p,$(stable_protocols),$(dir $p)README)) \ $(sort $(foreach p,$(staging_protocols),$(dir $p)README)) \ + $(misc_documentation) \ README.md \ GOVERNANCE.md \ MEMBERS.md \ -- cgit v1.2.3