wayland/protocol/Makefile.am
Peter Hutterer 015c42e1b1 protocol: add xslt stylesheet to prettify the protocol
Includes rudimentary styling only.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2012-02-23 16:03:58 -05:00

7 lines
154 B
Makefile

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