aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/Makefile.am
blob: 23554d1dd4b49a0f5507ad9a52d3f3be426126dd (plain) (blame)
1
2
3
4
5
6
7
8
9
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