protocol.xsl: Rename stylesheet to wayland-protocol.css

Otherwise it clashes with the website stylesheet.
This commit is contained in:
Kristian Høgsberg 2012-02-23 16:41:46 -05:00
parent 015c42e1b1
commit d0711b27ee
3 changed files with 2 additions and 2 deletions

View 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 > $@

View 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>