From 37113a986a0d8257b5e4829f44fb412058da044b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 06 Sep 2011 14:45:07 +0000
Subject: [PATCH] Remind myself why the base files are not called index.html

---
 opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl |    4 ++--
 opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 2fce21c..cf06b7d 100644
--- a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -32,7 +32,7 @@
  <xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
  <xsl:param name="chunker.output.indent">yes</xsl:param>
  <xsl:param name="generate.legalnotice.link" select="1" />
- <xsl:param name="root.filename">index</xsl:param>
+ <xsl:param name="root.filename">index</xsl:param> <!-- docbkx-tools ignores this. -->
  <xsl:param name="use.id.as.filename" select="1" />
  <xsl:param name="generate.toc">
   appendix  nop
@@ -55,4 +55,4 @@
  </xsl:param>
  <xsl:param name="toc.section.depth" select="0" />
  <xsl:param name="generate.meta.abstract" select="1" />
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
index 25f443f..688d2f5 100644
--- a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
+++ b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
@@ -29,7 +29,7 @@
 
  <xsl:param name="html.stylesheet">css/coredoc.css</xsl:param>
  <xsl:param name="generate.legalnotice.link" select="1" />
- <xsl:param name="root.filename">index</xsl:param>
+ <xsl:param name="root.filename">index</xsl:param> <!-- docbkx-tools ignores this. -->
  <xsl:param name="use.id.as.filename" select="1" />
  <xsl:param name="generate.toc">
   appendix  nop
@@ -52,4 +52,4 @@
  </xsl:param>
  <xsl:param name="toc.section.depth" select="0" />
  <xsl:param name="generate.meta.abstract" select="1" />
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>

--
Gitblit v1.10.0