aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Move protocol/ Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-181-1/+0
| | | | A small step towards non-recursive build system for wayland too.
* build: Stop using xmllint to validate protocol filesKristian Høgsberg2014-02-181-13/+0
| | | | | | | Same reason as commit cd31275f28b0a04d2ec5426dc81e875197b47e52 from weston: The scanner needs to be good enough. If it crashes or fails to report invalid input, that needs to get fixed.
* protocol: validate the protocol against a dtdPeter Hutterer2013-10-251-1/+14
| | | | | | | | | The scanner is not very forgiving if the protocol doesn't match it's expectations and crashes without much of a notice. Thus, validate the protocol against a DTD. Move the protocol subdir forward so we validate first before trying anything else, and install the DTD so we can validate weston's protocols as well.
* Export the Wayland protocol XML fileJason Ekstrand2013-09-211-1/+1
| | | | Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
* Fix distcheck by adding back protocol/Makefile.amKristian Høgsberg2012-11-191-0/+1
| | | | | | | 5909dddc78573774bd3a93c280831a7d18d82994 removed protocol/Makefile.am which meant protocol/wayland.xml no longer got included in the tarball. Add back protocol/Makefile.am and configure.ac bits and add protocol to subdirs in Makefile.am to fix this.
* doc: Remove unused css and xslt for the protocolTiago Vignatti2012-11-121-9/+0
| | | | | | | 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>
* Fix distcheck where protocol.xsl was missing in the tarballGaetan Nadon2012-03-041-2/+3
| | | | | | | To reproduce, invoke distcheck from an out-of-source tree. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* protocol: fix make distcheckPeter Hutterer2012-02-291-3/+4
| | | | | | | 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>
* protocol.xsl: Rename stylesheet to wayland-protocol.cssKristian Høgsberg2012-02-231-1/+1
| | | | Otherwise it clashes with the website stylesheet.
* protocol: add xslt stylesheet to prettify the protocolPeter Hutterer2012-02-231-0/+7
Includes rudimentary styling only. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>