summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-02-23 16:41:46 -0500
committerKristian Høgsberg <krh@bitplanet.net>2012-02-23 16:41:46 -0500
commitd0711b27ee64f22be3eabb089c10d19a1173972c (patch)
tree385e9a7e94e9423dedfe785b4e6b66856f3ad21c
parent015c42e1b1c758669d8adacf4bd174ce934a43f5 (diff)
protocol.xsl: Rename stylesheet to wayland-protocol.css
Otherwise it clashes with the website stylesheet.
-rw-r--r--protocol/Makefile.am2
-rw-r--r--protocol/protocol.xsl2
-rw-r--r--protocol/wayland-protocol.css (renamed from protocol/wayland.css)0
3 files changed, 2 insertions, 2 deletions
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 @@
<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>
diff --git a/protocol/wayland.css b/protocol/wayland-protocol.css
index 91f458a..91f458a 100644
--- a/protocol/wayland.css
+++ b/protocol/wayland-protocol.css