mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-06 13:29:48 -05:00
8 lines
154 B
Text
8 lines
154 B
Text
|
|
if HAVE_XSLTPROC
|
||
|
|
doc_DATA = wayland.html wayland.css
|
||
|
|
|
||
|
|
wayland.html: wayland.xml protocol.xsl
|
||
|
|
$(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@
|
||
|
|
|
||
|
|
endif
|