From d0711b27ee64f22be3eabb089c10d19a1173972c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 23 Feb 2012 16:41:46 -0500 Subject: [PATCH] protocol.xsl: Rename stylesheet to wayland-protocol.css Otherwise it clashes with the website stylesheet. --- protocol/Makefile.am | 2 +- protocol/protocol.xsl | 2 +- protocol/{wayland.css => wayland-protocol.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename protocol/{wayland.css => wayland-protocol.css} (100%) diff --git a/protocol/Makefile.am b/protocol/Makefile.am index 9b574413..9c6cc49e 100644 --- a/protocol/Makefile.am +++ b/protocol/Makefile.am @@ -1,5 +1,5 @@ if HAVE_XSLTPROC -doc_DATA = wayland.html wayland.css +doc_DATA = wayland.html wayland-protocol.css wayland.html: wayland.xml protocol.xsl $(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@ diff --git a/protocol/protocol.xsl b/protocol/protocol.xsl index b2867f0f..453b897d 100644 --- a/protocol/protocol.xsl +++ b/protocol/protocol.xsl @@ -6,7 +6,7 @@ - + Wayland diff --git a/protocol/wayland.css b/protocol/wayland-protocol.css similarity index 100% rename from protocol/wayland.css rename to protocol/wayland-protocol.css