html5/spec-author-view Makefile,1.10,1.11

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv30236

Modified Files:
	Makefile 
Log Message:
typo (whatwg r4456)

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	1 Jan 2010 05:04:26 -0000	1.10
+++ Makefile	1 Jan 2010 05:30:32 -0000	1.11
@@ -45,6 +45,7 @@
 	    do $(PERL) $(PERLFLAGS) -pi -e 's|<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>|<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>\n<p>This is revision $(REVISION)\.</p>|' $$file; done
 	 $(PERL) $(PERLFLAGS) -pi -e 's|<h1>HTML 5</h1>|<h1>HTML 5 (Author Edition)</h1>|' *.html
 	 for htmlfile in $(wildcard *.html); do $(PERL) $(PERLFLAGS) -pi -e 's/<\/title><style type="text\/css">/<\/title><script src="link-fixup.js"><\/script><link href="whatwg.css" rel="stylesheet"\/><style type="text\/css">/' $$htmlfile; done
+	 for htmlfile in $(wildcard *.html); do $(PERL) $(PERLFLAGS) -pi -e 's/load('styler.js');//' $$htmlfile; done
 	 cp html5-tools/spec-splitter/link-fixup.js .
 
 clean:

Received on Friday, 1 January 2010 05:30:35 UTC