html5/spec Makefile,1.28,1.29

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

Modified Files:
	Makefile 
Log Message:
cleanup of the lang='' processing for clarity. (whatwg r4943)
[updated by splitter]

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	1 Apr 2010 09:06:13 -0000	1.28
+++ Makefile	2 Apr 2010 00:40:42 -0000	1.29
@@ -37,7 +37,6 @@
 	echo $(REVISION)
 
 MANIFEST: Overview.html
-	$(PERL) $(PERLFLAGS) -pi -e 's/5[5-6][0-9][0-9][0-9]/32/g' $<
 	$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
 	  | $(TEE) $(TEEFLAGS) \
 	  | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \

Received on Friday, 2 April 2010 00:40:46 UTC