wayland/protocol/Makefile.am
Kristian Høgsberg d0711b27ee protocol.xsl: Rename stylesheet to wayland-protocol.css
Otherwise it clashes with the website stylesheet.
2012-02-23 16:41:46 -05:00

7 lines
163 B
Makefile

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