summaryrefslogtreecommitdiff
path: root/protocol/Makefile.am
blob: 9c6cc49e4fa38fa57d704f835aed81e5455660c3 (plain)
1
2
3
4
5
6
7
if HAVE_XSLTPROC
doc_DATA = wayland.html wayland-protocol.css

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

endif