html5/spec Makefile,1.36,1.37 index.html,1.1115,1.1116

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21185

Modified Files:
	Makefile index.html 
Log Message:
Remove some copypasta. (whatwg r6869)

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- Makefile	11 Dec 2011 01:27:43 -0000	1.36
+++ Makefile	11 Dec 2011 08:14:39 -0000	1.37
@@ -46,8 +46,8 @@
 	  | 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
-	  $(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' 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.1115
retrieving revision 1.1116
diff -u -d -r1.1115 -r1.1116
--- index.html	11 Dec 2011 07:46:18 -0000	1.1115
+++ index.html	11 Dec 2011 08:14:40 -0000	1.1116
@@ -348,7 +348,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 $Revision$.
+This is revision 1.5469.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Sunday, 11 December 2011 08:14:46 UTC