From 99b5dd304302b4d2d6f741c15a1a3889999798d6 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

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

diff --git a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl b/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
index 2fce21c..cf06b7d 100644
--- a/opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
+++ b/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>

--
Gitblit v1.10.0