mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
protocol.xsl: Rename stylesheet to wayland-protocol.css
Otherwise it clashes with the website stylesheet.
This commit is contained in:
parent
015c42e1b1
commit
d0711b27ee
3 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
if HAVE_XSLTPROC
|
if HAVE_XSLTPROC
|
||||||
doc_DATA = wayland.html wayland.css
|
doc_DATA = wayland.html wayland-protocol.css
|
||||||
|
|
||||||
wayland.html: wayland.xml protocol.xsl
|
wayland.html: wayland.xml protocol.xsl
|
||||||
$(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@
|
$(AM_V_GEN)$(XSLTPROC) protocol.xsl wayland.xml > $@
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<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>
|
<title>Wayland</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue