goba Thu Jul 25 06:44:46 2002 EDT
Modified files:
/phpdoc/xsl html.xsl.in
Log:
Theres no srcdir_url in configure, so this was not replaced.
Anyway, html-common.xsl is in the same dir, so we can reference
it like this, as references are relative to this file itself...
Index: phpdoc/xsl/html.xsl.in
diff -u phpdoc/xsl/html.xsl.in:1.6 phpdoc/xsl/html.xsl.in:1.7
--- phpdoc/xsl/html.xsl.in:1.6 Mon Apr 8 06:58:25 2002
+++ phpdoc/xsl/html.xsl.in Thu Jul 25 06:44:46 2002
@@ -3,14 +3,14 @@
HTML specific stylesheet
- $Id: html.xsl.in,v 1.6 2002/04/08 10:58:25 hholzgra Exp $
+ $Id: html.xsl.in,v 1.7 2002/07/25 10:44:46 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_url@/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"/>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php