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