html5/spec-author-view Makefile,1.40,1.41

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

Modified Files:
	Makefile 
Log Message:
Clarify that <video> and <audio> can both be used for both audio and video. (whatwg r6020)

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile	21 Apr 2011 16:55:02 -0000	1.40
+++ Makefile	21 Apr 2011 17:54:05 -0000	1.41
@@ -61,6 +61,10 @@
 	$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
 
 MANIFEST: spec.html
+	$(XSLTPROC) $(XSLTPROCFLAGS) \
+	  --html \
+	  tools/fix-index.xsl \
+	  index-of-terms.html.tmp > index-of-terms.html
 	$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
 	  | $(TEE) $(TEEFLAGS) SPLITTERLOG \
 	  | $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \

Received on Thursday, 21 April 2011 17:54:08 UTC