- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Jul 2010 07:52:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv6984 Modified Files: Makefile Log Message: fixed a minor build issue Index: Makefile =================================================================== RCS file: /sources/public/html5/markup/Makefile,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- Makefile 7 Jul 2010 01:11:47 -0000 1.99 +++ Makefile 7 Jul 2010 07:52:37 -0000 1.100 @@ -99,7 +99,7 @@ src/head.html src/header.src.html src/intro-scope.html \ src/terms.html src/syntax.html src/documents.html \ $(ELEMENTS) src/attributes.html src/datatypes.html src/references.html \ - webapps.html LICENSE.xml html.css.xml html.css.LICENSE.xml + fragment-links.html webapps.html LICENSE.xml html.css.xml html.css.LICENSE.xml $(XSLTPROC) $(XSLTPROCFLAGS) \ --param show-content-models $(SHOW_CONTENT_MODELS) \ tools/generate-spec-source.xsl $< \ @@ -141,7 +141,7 @@ | $(PERL) $(PERLFLAGS) -pi -e 's|“([^”]+)” attribute|<span class="attribute">$$1</span> attribute|g' \ > $@ -Overview.html: html.spec.src.html fragment-links.html src/status.html tools/specgen.xsl tools/toc.xsl tools/chunker.xsl +Overview.html: html.spec.src.html src/status.html tools/specgen.xsl tools/toc.xsl tools/chunker.xsl $(XSLTPROC) $(XSLTPROCFLAGS) \ --param chunk 1 \ --param quiet 0 \
Received on Wednesday, 7 July 2010 07:52:42 UTC