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:
Peter Hutterer 2012-02-23 15:58:37 +10:00 committed by Kristian Høgsberg
parent 50e87a006f
commit 015c42e1b1
5 changed files with 258 additions and 2 deletions

View file

@ -48,9 +48,13 @@ if test "x$enable_scanner" = "xyes"; then
AC_SUBST(EXPAT_LIBS)
fi
AC_PATH_PROG(XSLTPROC, xsltproc)
AM_CONDITIONAL([HAVE_XSLTPROC], [test $XSLTPROC != ""])
AC_CONFIG_FILES([Makefile
wayland-scanner.m4
src/Makefile
src/wayland-server.pc
src/wayland-client.pc])
src/wayland-client.pc
protocol/Makefile])
AC_OUTPUT