- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Jul 2009 14:12:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv9057/tools
Modified Files:
generate-spec-source.xsl
Log Message:
h:tml; fixed build to account for webkit renaming their default stylesheet from html4.css to html.css
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- generate-spec-source.xsl 29 Jun 2009 09:18:50 -0000 1.182
+++ generate-spec-source.xsl 1 Jul 2009 14:12:03 -0000 1.183
@@ -783,13 +783,13 @@
<xsl:text> </xsl:text>
<p>This document incorporates a modified version of a
<a
- href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html4.css"
+ href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css"
>CSS stylesheet from the WebKit source repository</a>,
distributed with the following copyright notice and
license statement:</p>
<xsl:text> </xsl:text>
<pre class="license"><xsl:copy-of
- select="document('../html4.css.LICENSE.xml')/license/node()"/></pre>
+ select="document('../html.css.LICENSE.xml')/license/node()"/></pre>
<xsl:text> </xsl:text>
<p>This document incorporates modified and verbatim
content from the document
Received on Wednesday, 1 July 2009 14:12:14 UTC