doc: Remove unused css and xslt for the protocol

This was added previously (commit 015c42e1) when we didn't have docbook
formatted documentation. Now it became quite useless.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
Tiago Vignatti 2012-11-09 20:33:10 -02:00
parent c77ba6bebc
commit 5909dddc78
5 changed files with 1 additions and 256 deletions

View file

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