aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-12-03 16:59:54 +0100
committerAleix Pol <aleixpol@kde.org>2021-04-30 14:26:54 +0200
commit2939d4a05ef2f66101ac8071f365dd8b07ed0f42 (patch)
tree16c244e0a306510c3977cf98159d526740f9a245 /Makefile.am
parent032a0bdc9b293bfa04a691f92a85ab88d4907447 (diff)
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 <carlosg@gnome.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
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 \