2012-02-23 13:58:37 +08:00
|
|
|
if HAVE_XSLTPROC
|
2012-03-04 06:32:57 +08:00
|
|
|
doc_DATA = wayland.html
|
|
|
|
dist_doc_DATA = wayland-protocol.css wayland.xml protocol.xsl
|
2012-02-23 13:58:37 +08:00
|
|
|
|
2012-03-04 06:32:57 +08:00
|
|
|
wayland.html: wayland.xml protocol.xsl
|
2012-02-29 08:40:53 +08:00
|
|
|
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
|
2012-02-23 13:58:37 +08:00
|
|
|
|
2012-02-29 08:40:53 +08:00
|
|
|
CLEANFILES = wayland.html
|
2012-02-23 13:58:37 +08:00
|
|
|
endif
|