- 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
In directory hutz:/tmp/cvs-serv9057
Modified Files:
Makefile Overview.html acknowledgments.html spec.html
Log Message:
h:tml; fixed build to account for webkit renaming their default stylesheet from html4.css to html.css
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -d -r1.320 -r1.321
--- Overview.html 29 Jun 2009 09:18:43 -0000 1.320
+++ Overview.html 1 Jul 2009 14:12:02 -0000 1.321
@@ -9,7 +9,7 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>29 June 2009</em>
+<h2>Editor’s Draft <em>1 July 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -42,7 +42,7 @@
<p>
- This document is the 29 June 2009 Editor’s Draft of
+ This document is the 1 July 2009 Editor’s Draft of
<cite>HTML 5: The Markup Language</cite>.
</p>
<p>
Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Makefile 26 May 2009 23:45:45 -0000 1.69
+++ Makefile 1 Jul 2009 14:12:02 -0000 1.70
@@ -82,15 +82,15 @@
$(HTML_RNC_SOURCE)/assertions.sch: $(HTML_RNC_SOURCE)
-html4.css:
- $(CURL) $(CURLFLAGS) -o $@ http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html4.css
+html.css:
+ $(CURL) $(CURLFLAGS) -o $@ http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css
-html4.css.LICENSE.xml: html4.css
+html.css.LICENSE.xml: html.css
echo "<license>" > $@
head -n20 $< | tail -n17 | cut -c4- >> $@
echo "</license>" >> $@
-html.css.xml: html4.css tools/css2xml
+html.css.xml: html.css tools/css2xml
./tools/css2xml $< > $@
schema.html: $(HTML_COMPILED_RNG).combined
@@ -121,7 +121,7 @@
schema.html html.rnc.xml src/head.html src/header.src.html src/intro-scope.html \
src/conformance.html src/structure.html src/terms.html src/syntax.html \
$(ELEMENTS) src/attributes.html src/datatypes.html src/references.html \
- schema/LICENSE.xml html.css.xml html4.css.LICENSE.xml
+ schema/LICENSE.xml html.css.xml html.css.LICENSE.xml
$(XSLTPROC) $(XSLTPROCFLAGS) tools/generate-spec-source.xsl $< > $@
Overview.html: html.spec.src.html src/status.html tools/specgen.xsl tools/toc.xsl tools/chunker.xsl
@@ -145,8 +145,8 @@
$(RM) schema.rnc.tmp
$(RM) html.rnc.xml
$(RM) html.rnc.spec.html
- $(RM) html4.css
- $(RM) html4.css.LICENSE.xml
+ $(RM) html.css
+ $(RM) html.css.LICENSE.xml
$(RM) html.css.xml
$(RM) html.spec.src.html
$(RM) webapps.html
Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- acknowledgments.html 29 Jun 2009 09:18:44 -0000 1.5
+++ acknowledgments.html 1 Jul 2009 14:12:02 -0000 1.6
@@ -42,7 +42,7 @@
THE SOFTWARE.
</pre>
<p>This document incorporates a modified version of a
- <a href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html4.css">CSS stylesheet from the WebKit source repository</a>,
+ <a 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>
<pre class="license">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- spec.html 29 Jun 2009 09:18:49 -0000 1.43
+++ spec.html 1 Jul 2009 14:12:02 -0000 1.44
@@ -9,7 +9,7 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>29 June 2009</em>
+<h2>Editor’s Draft <em>1 July 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -41,7 +41,7 @@
<p>
- This document is the 29 June 2009 Editor’s Draft of
+ This document is the 1 July 2009 Editor’s Draft of
<cite>HTML 5: The Markup Language</cite>.
</p>
<p>
@@ -14995,7 +14995,7 @@
THE SOFTWARE.
</pre>
<p>This document incorporates a modified version of a
- <a href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html4.css">CSS stylesheet from the WebKit source repository</a>,
+ <a 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>
<pre class="license">
Received on Wednesday, 1 July 2009 14:12:18 UTC