Changeset 906
- Timestamp:
- 02/10/08 10:00:33 (1 year ago)
- Files:
-
- traduc/branches/bv82x/manuel/Makefile.bat (modified) (2 diffs)
- traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/branches/bv82x/manuel/Makefile.bat
r742 r906 12 12 13 13 set DOCBOOK="E:\docbook" 14 set PG_ENV_82="E:\Versionning\SVN\docpgfr\ trunc_8.2\manuel"14 set PG_ENV_82="E:\Versionning\SVN\docpgfr\8.2\manuel" 15 15 set HHC="C:\Program Files\HTML Help Workshop\hhc.exe" 16 16 … … 48 48 echo Transfert FTP. 49 49 50 ftp -n -s:pgfr.ftp50 rem ftp -n -s:pgfr.ftp 51 51 52 52 endlocal traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl
r719 r906 19 19 <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 20 20 --> 21 <xsl:import href=" C:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>21 <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 22 22 23 23 <xsl:param name="html.stylesheet" select="'pg-chm.css'"/> 24 <xsl:param name="htmlhelp.chm" select="'pg82 5.chm'"/>24 <xsl:param name="htmlhelp.chm" select="'pg826.chm'"/> 25 25 <xsl:param name="base.dir" select="'./chm/'"/> 26 26 <xsl:template name="user.header.navigation">

