mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
To reproduce, invoke distcheck from an out-of-source tree. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
9 lines
250 B
Makefile
9 lines
250 B
Makefile
if HAVE_XSLTPROC
|
|
doc_DATA = wayland.html
|
|
dist_doc_DATA = wayland-protocol.css wayland.xml protocol.xsl
|
|
|
|
wayland.html: wayland.xml protocol.xsl
|
|
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
|
|
|
|
CLEANFILES = wayland.html
|
|
endif
|