wayland/protocol/Makefile.am
Peter Hutterer bcafc467c5 protocol: fix make distcheck
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>
2012-02-29 12:29:08 +10:00

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