protocol.xsl: Rename stylesheet to wayland-protocol.css
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 23 Feb 2012 21:41:46 +0000 (16:41 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 23 Feb 2012 21:41:46 +0000 (16:41 -0500)
Otherwise it clashes with the website stylesheet.

protocol/Makefile.am
protocol/protocol.xsl
protocol/wayland-protocol.css [moved from protocol/wayland.css with 100% similarity]

index 9b57441..9c6cc49 100644 (file)
@@ -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 > $@
index b2867f0..453b897 100644 (file)
@@ -6,7 +6,7 @@
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-    <link href="wayland.css" rel="stylesheet" type="text/css" />
+    <link href="wayland-protocol.css" rel="stylesheet" type="text/css" />
     <title>Wayland</title>
   </head>
   <body>