- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2012 11:13:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27982 Modified Files: Makefile index.html spec.html Log Message: updated Index: Makefile =================================================================== RCS file: /sources/public/html5/spec/Makefile,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- Makefile 5 Oct 2012 10:25:41 -0000 1.52 +++ Makefile 10 Oct 2012 11:13:47 -0000 1.53 @@ -43,6 +43,8 @@ $(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \ | $(TEE) $(TEEFLAGS) \ | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \ + | $(PERL) $(PERLFLAGS) -pe "s/<span>//" \ + | $(PERL) $(PERLFLAGS) -pe "s/<\/span>//" \ | cut -c8- \ | cut -d " " -f1 \ | $(PERL) $(PERLFLAGS) -pe "s/(^[^ ]+)\s*\n/\1.html\n/" > $@
Received on Wednesday, 10 October 2012 11:13:51 UTC