html5/markup/tools generate-spec-source.xsl,1.182,1.183

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>&#10;      </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>&#10;      </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>&#10;      </xsl:text>
             <p>This document incorporates modified and verbatim
               content from the document

Received on Wednesday, 1 July 2009 14:12:14 UTC