From: Kristian Høgsberg Date: Thu, 23 Feb 2012 21:41:46 +0000 (-0500) Subject: protocol.xsl: Rename stylesheet to wayland-protocol.css X-Git-Tag: 0.94.90~195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0711b27ee64f22be3eabb089c10d19a1173972c;p=profile%2Fivi%2Fwayland.git protocol.xsl: Rename stylesheet to wayland-protocol.css Otherwise it clashes with the website stylesheet. --- diff --git a/protocol/Makefile.am b/protocol/Makefile.am index 9b57441..9c6cc49 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 b2867f0..453b897 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