bcafc467c5
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>
9 lines
246 B
Makefile
9 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
|