mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04: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
|
||||
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 > $@
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue