summaryrefslogtreecommitdiff
path: root/protocol/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/Makefile.am')
-rw-r--r--protocol/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
new file mode 100644
index 0000000..9b57441
--- /dev/null
+++ b/protocol/Makefile.am
@@ -0,0 +1,7 @@
+if HAVE_XSLTPROC
+doc_DATA = wayland.html wayland.css
+
+wayland.html: wayland.xml protocol.xsl
+ $(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@
+
+endif