From: Michael D. <mik...@us...> - 2005-03-28 05:08:18
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/en/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25874/doc/reference/en/styles Modified Files: htmlhelp.xsl Log Message: Generation of documentation is now a part of the "package" task. Index: htmlhelp.xsl =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/styles/htmlhelp.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** htmlhelp.xsl 26 Mar 2005 22:45:03 -0000 1.1 --- htmlhelp.xsl 28 Mar 2005 05:08:06 -0000 1.2 *************** *** 42,48 **** <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/> <xsl:param name="img.src.path"></xsl:param> <xsl:param name="generate.index" select="1" /> ! <!-- These extensions are required for table printing and other stuff --> ! <!-- Generate the TOCs for named components only --> <xsl:param name="generate.toc"> --- 42,48 ---- <xsl:param name="htmlhelp.hhc.folders.instead.books" select="0"/> <xsl:param name="img.src.path"></xsl:param> + <xsl:param name="generate.index" select="1" /> ! <!-- Generate the TOCs for named components only --> <xsl:param name="generate.toc"> |