goba Sun Feb 10 06:07:41 2002 EDT
Modified files:
/phpdoc/xsl html.xsl.in
Log:
html-common.xsl is not in @scrdir@ but in the same as this file itself
Index: phpdoc/xsl/html.xsl.in
diff -u phpdoc/xsl/html.xsl.in:1.4 phpdoc/xsl/html.xsl.in:1.5
--- phpdoc/xsl/html.xsl.in:1.4 Sat Feb 9 07:21:23 2002
+++ phpdoc/xsl/html.xsl.in Sun Feb 10 06:07:41 2002
@@ -3,14 +3,14 @@
HTML specific stylesheet
- $Id: html.xsl.in,v 1.4 2002/02/09 12:21:23 goba Exp $
+ $Id: html.xsl.in,v 1.5 2002/02/10 11:07:41 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:import href="@DOCBOOKXSL_HTML@"/>
-<xsl:include href="@srcdir@/html-common.xsl"/>
+<xsl:include href="html-common.xsl"/>
<xsl:param name="base.dir" select="'html/'"/>
<xsl:param name="use.id.as.filename" select="1"/>