bbddbc4829
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>
10 lines
250 B
Makefile
10 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
|