- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Apr 2011 16:01:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24911 Modified Files: Makefile Log Message: fixed some index problem Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- Makefile 20 Apr 2011 12:34:09 -0000 1.38 +++ Makefile 21 Apr 2011 16:01:48 -0000 1.39 @@ -52,6 +52,11 @@ --html \ tools/postprocess.xsl \ $@.tmp > $@ + mv index-of-terms.html index-of-terms.html.tmp + $(XSLTPROC) $(XSLTPROCFLAGS) \ + --html \ + tools/fix-index.xsl \ + index-of-terms.html.tmp > index-of-terms.html $(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@; MANIFEST: spec.html
Received on Thursday, 21 April 2011 16:01:51 UTC