mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-22 06:59:46 -05:00
Includes rudimentary styling only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
7 lines
154 B
Makefile
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
|