goba            Sat Feb  9 17:41:30 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Invoke local copy of htmlhelp.xsl (htmlhelp-db.xsl), as we
  have many customizations for project file, TOC file, and
  index file generation. Use our own file naming convention.
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.9 phpdoc/xsl/htmlhelp.xsl.in:1.10
--- phpdoc/xsl/htmlhelp.xsl.in:1.9      Sat Feb  9 13:28:42 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sat Feb  9 17:41:30 2002
@@ -3,19 +3,23 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.9 2002/02/09 18:28:42 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.10 2002/02/09 22:41:30 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 
-<xsl:import href="@DOCBOOKXSL_HTMLHELP@"/>
+<xsl:import href="htmlhelp-db.xsl"/>
 <xsl:include href="html-common.xsl"/>
 
 <xsl:param name="base.dir" select="'html/'"/>
 <xsl:param name="use.id.as.filename" select="1"/>
 <xsl:param name="htmlhelp.encoding" select="'@HTMLHELP_ENCODING@'"/>
 <xsl:param name="default.encoding" select="'@HTMLHELP_ENCODING@'"/>
+<xsl:param name="htmlhelp.chm" select="'html/php_manual_@LANG@.chm'"/>
+<xsl:param name="htmlhelp.hhp" select="'html/php_manual_@LANG@.hhp'"/>
+<xsl:param name="htmlhelp.hhc" select="'html/php_manual_@LANG@.hhc'"/>
+<xsl:param name="htmlhelp.hhk" select="'html/php_manual_@LANG@.hhk'"/>
 <xsl:param name="saxon.character.representation" select="'native'"/>
 
 <xsl:param name="ulink.target" select="'_blank'"/>


Reply via email to