html5/spec Makefile,1.22,1.23

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

Modified Files:
	Makefile 
Log Message:
[specbuild] make sure all spit files get noticed


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	28 Jul 2009 03:46:27 -0000	1.22
+++ Makefile	27 Aug 2009 07:29:38 -0000	1.23
@@ -39,7 +39,7 @@
 MANIFEST: Overview.html
 	$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
 	  | $(TEE) $(TEEFLAGS) \
-	  | $(GREP) $(GREPFLAGS) '<h2>|<h3>' \
+	  | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \
 	  | cut -c8- \
 	  | cut -d " " -f1 \
 	  | $(PERL) $(PERLFLAGS) -pe "s/(^[^ ]+)\s*\n/\1.html\n/" > $@

Received on Thursday, 27 August 2009 07:35:23 UTC