mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-24 06:59:50 -05:00
protocol: add xslt stylesheet to prettify the protocol
Includes rudimentary styling only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
50e87a006f
commit
015c42e1b1
5 changed files with 258 additions and 2 deletions
7
protocol/Makefile.am
Normal file
7
protocol/Makefile.am
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue