From 015c42e1b1c758669d8adacf4bd174ce934a43f5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 23 Feb 2012 15:58:37 +1000 Subject: protocol: add xslt stylesheet to prettify the protocol Includes rudimentary styling only. Signed-off-by: Peter Hutterer --- protocol/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 protocol/Makefile.am (limited to 'protocol/Makefile.am') diff --git a/protocol/Makefile.am b/protocol/Makefile.am new file mode 100644 index 0000000..9b57441 --- /dev/null +++ b/protocol/Makefile.am @@ -0,0 +1,7 @@ +if HAVE_XSLTPROC +doc_DATA = wayland.html wayland.css + +wayland.html: wayland.xml protocol.xsl + $(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@ + +endif -- cgit v1.3.1