html5/spec Makefile,1.53,1.54 index.html,1.1322,1.1323 spec.html,1.2038,1.2039

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

Modified Files:
	Makefile index.html spec.html 
Log Message:
updated


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Makefile	10 Oct 2012 11:13:47 -0000	1.53
+++ Makefile	10 Oct 2012 11:17:28 -0000	1.54
@@ -42,9 +42,7 @@
 MANIFEST: single-page.html
 	$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
 	  | $(TEE) $(TEEFLAGS) \
-	  | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \
-	  | $(PERL) $(PERLFLAGS) -pe "s/<span>//" \
-	  | $(PERL) $(PERLFLAGS) -pe "s/<\/span>//" \
+	  | $(GREP) $(GREPFLAGS) '<h2|<h3|<h4|<h5|<h6' \
 	  | cut -c8- \
 	  | cut -d " " -f1 \
 	  | $(PERL) $(PERLFLAGS) -pe "s/(^[^ ]+)\s*\n/\1.html\n/" > $@

Received on Wednesday, 10 October 2012 11:17:32 UTC