summaryrefslogtreecommitdiff
path: root/protocol/Makefile.am
blob: 4939557660fe115480c9d08fb5fe7c0dd428cffa (plain)
1
2
3
4
5
6
7
8
if HAVE_XSLTPROC
dist_doc_DATA = wayland.html wayland-protocol.css wayland.xml

wayland.html: $(srcdir)/wayland.xml $(srcdir)/protocol.xsl
	$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@

CLEANFILES = wayland.html
endif