- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Mar 2012 06:49:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20398
Modified Files:
Makefile index.html spec.html
Log Message:
Apply revert request to W3C copy. (whatwg r7027)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1870
retrieving revision 1.1871
diff -u -d -r1.1870 -r1.1871
--- spec.html 19 Mar 2012 06:39:55 -0000 1.1870
+++ spec.html 19 Mar 2012 06:49:24 -0000 1.1871
@@ -387,7 +387,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5609.
+ This is revision $Revision$.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile 19 Mar 2012 06:38:18 -0000 1.40
+++ Makefile 19 Mar 2012 06:49:23 -0000 1.41
@@ -43,6 +43,7 @@
$(PERL) $(PERLFLAGS) -pe 's/<!-- <!--/<!-- /' $< > $@
$(PERL) $(PERLFLAGS) -pi -e 's/<\/dt><\/dt><\/dt><dd>/<\/dt><dd>/' $@
$(PERL) $(PERLFLAGS) -pi -e 's/<!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/html4\/loose\.dtd">/<!doctype html>\n/' $@
+ $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' $@
MANIFEST: single-page.html
$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
@@ -51,7 +52,6 @@
| cut -c8- \
| cut -d " " -f1 \
| $(PERL) $(PERLFLAGS) -pe "s/(^[^ ]+)\s*\n/\1.html\n/" > $@
- $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' index.html
cp index.html spec.html
for file in $$(cat MANIFEST); \
do $(PERL) $(PERLFLAGS) -pi -e 's|A vocabulary and associated APIs for HTML and XHTML</h2>|A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision $(REVISION)\.</p>\n|' $$file; done
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1204
retrieving revision 1.1205
diff -u -d -r1.1204 -r1.1205
--- index.html 19 Mar 2012 06:39:52 -0000 1.1204
+++ index.html 19 Mar 2012 06:49:23 -0000 1.1205
@@ -387,7 +387,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5609.
+ This is revision $Revision$.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 19 March 2012 06:49:28 UTC