hholzgra                Mon Apr  8 06:58:26 2002 EDT

  Modified files:              
    /phpdoc/xsl html.xsl.in 
  Log:
  html-common.xsl is in sourcedir, not in configure output dir
  
  
Index: phpdoc/xsl/html.xsl.in
diff -u phpdoc/xsl/html.xsl.in:1.5 phpdoc/xsl/html.xsl.in:1.6
--- phpdoc/xsl/html.xsl.in:1.5  Sun Feb 10 06:07:41 2002
+++ phpdoc/xsl/html.xsl.in      Mon Apr  8 06:58:25 2002
@@ -3,14 +3,14 @@
 
   HTML specific stylesheet
 
-  $Id: html.xsl.in,v 1.5 2002/02/10 11:07:41 goba Exp $
+  $Id: html.xsl.in,v 1.6 2002/04/08 10:58:25 hholzgra Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 
 <xsl:import href="@DOCBOOKXSL_HTML@"/>
-<xsl:include href="html-common.xsl"/>
+<xsl:include href="@srcdir_url@/html-common.xsl"/>
 
 <xsl:param name="base.dir" select="'html/'"/>
 <xsl:param name="use.id.as.filename" select="1"/>


Reply via email to