html5/markup/tools generate-spec-source.xsl,1.187,1.188

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv3153/tools

Modified Files:
	generate-spec-source.xsl 
Log Message:
makefile tweaks to streamline the doc build


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- generate-spec-source.xsl	29 Jul 2009 07:19:25 -0000	1.187
+++ generate-spec-source.xsl	29 Jul 2009 09:36:26 -0000	1.188
@@ -779,7 +779,7 @@
               license statement:</p>
             <xsl:text>&#10;      </xsl:text>
             <pre class="license"><xsl:copy-of
-                select="document('../schema/LICENSE.xml')/license/node()"/></pre>
+                select="document('../LICENSE.xml')/license/node()"/></pre>
             <xsl:text>&#10;      </xsl:text>
             <p>This document incorporates a modified version of a 
               <a

Received on Wednesday, 29 July 2009 09:36:36 UTC