wayland/protocol/Makefile.am

8 lines
154 B
Text
Raw Normal View History

if HAVE_XSLTPROC
doc_DATA = wayland.html wayland.css
wayland.html: wayland.xml protocol.xsl
$(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@
endif