summaryrefslogtreecommitdiff
path: root/protocol/Makefile.am
blob: 9b574413bee4188851ae8bfdd73a94ea45870f0b (plain)
1
2
3
4
5
6
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