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>
This commit is contained in:
Peter Hutterer 2012-02-29 10:40:53 +10:00
parent d224714afd
commit bcafc467c5

View file

@ -1,7 +1,8 @@
if HAVE_XSLTPROC if HAVE_XSLTPROC
doc_DATA = wayland.html wayland-protocol.css dist_doc_DATA = wayland.html wayland-protocol.css wayland.xml
wayland.html: wayland.xml protocol.xsl wayland.html: $(srcdir)/wayland.xml $(srcdir)/protocol.xsl
$(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@ $(AM_V_GEN)$(XSLTPROC) $(srcdir)/protocol.xsl $(srcdir)/wayland.xml > $@
CLEANFILES = wayland.html
endif endif