mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-16 06:59:47 -05:00
7 lines
163 B
Makefile
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
|