summaryrefslogtreecommitdiffstats
path: root/protocol/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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>