hholzgra Sat Feb 2 09:22:29 2002 EDT
Modified files:
/phpdoc/xsl html.xsl.in
Log:
fix path to html-common file for building in different dir
Index: phpdoc/xsl/html.xsl.in
diff -u phpdoc/xsl/html.xsl.in:1.1 phpdoc/xsl/html.xsl.in:1.2
--- phpdoc/xsl/html.xsl.in:1.1 Sun Jan 6 10:42:31 2002
+++ phpdoc/xsl/html.xsl.in Sat Feb 2 09:22:29 2002
@@ -2,14 +2,14 @@
HTML specific stylesheet
- $Id: html.xsl.in,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+ $Id: html.xsl.in,v 1.2 2002/02/02 14:22:29 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@/html-common.xsl"/>
<xsl:param name="base.dir" select="'html/'"/>
<xsl:param name="use.id.as.filename" select="1"/>