Update of /cvsroot/nhibernate/nhibernate/doc/reference/en/styles
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29390/en/styles
Modified Files:
html.xsl
Log Message:
Modified build file to create different directory structure.
Index: html.xsl
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/styles/html.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** html.xsl 20 Oct 2004 18:08:40 -0000 1.2
--- html.xsl 21 Oct 2004 13:21:42 -0000 1.3
***************
*** 32,36 ****
under the lang subdirectory anyway
-->
! <xsl:param name="html.stylesheet">styles/html.css</xsl:param>
<!-- These extensions are required for table printing and other stuff -->
--- 32,36 ----
under the lang subdirectory anyway
-->
! <xsl:param name="html.stylesheet">../styles/html.css</xsl:param>
<!-- These extensions are required for table printing and other stuff -->
|