mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Distribute all source files that we need for buildling. Plus, remove the html file on make clean. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8 lines
246 B
Makefile
8 lines
246 B
Makefile
if HAVE_XSLTPROC
|
|
dist_doc_DATA = wayland.html wayland-protocol.css wayland.xml
|
|
|
|
wayland.html: $(srcdir)/wayland.xml $(srcdir)/protocol.xsl
|
|
$(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
|
|
|
|
CLEANFILES = wayland.html
|
|
endif
|