html5/spec-author-view Makefile,1.6,1.7

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

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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	27 Aug 2009 15:16:34 -0000	1.6
+++ Makefile	1 Jan 2010 03:19:28 -0000	1.7
@@ -42,6 +42,7 @@
 	  for file in $$(cat MANIFEST); \
 	    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
+	 cp html5-tools/spec-splitter/link-fixup.js .
 
 clean:
 	$(RM) spec.html

Received on Friday, 1 January 2010 03:19:31 UTC