Changeset 909
- Timestamp:
- 02/10/08 10:44:33 (1 year ago)
- Files:
-
- traduc/trunk/postgresql/Makefile.bat (modified) (3 diffs)
- traduc/trunk/postgresql/stylesheets/pg-chm.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/postgresql/Makefile.bat
r888 r909 16 16 echo Positionnement des variables d environnement. 17 17 18 set DOCBOOK=" C:\docbook"19 set PG_ENV_8 2="E:\Versionning\SVN\docpgfr\trunc_8.2\manuel"18 set DOCBOOK="E:\docbook" 19 set PG_ENV_83="E:\Versionning\SVN\docpgfr\trunc_8.3\postgresql" 20 20 set HHC="C:\Program Files\HTML Help Workshop\hhc.exe" 21 21 22 22 echo Suppression des fichiers temporaires précédents. 23 23 24 del /Q %PG_ENV_82%\chm\*.* 25 del %PG_ENV_82%\index.hhk 26 del %PG_ENV_82%\htmlhelp.hhp 24 del /Q %PG_ENV_83%\chm\*.* 25 del %PG_ENV_83%\index.hhk 26 del %PG_ENV_83%\toc.hhc 27 del %PG_ENV_83%\htmlhelp.hhp 27 28 28 29 echo Génération des fichiers HTML 29 30 30 %DOCBOOK%\bin\xsltproc --xinclude %PG_ENV_8 2%\stylesheets\pg-chm.xsl %PG_ENV_82%\postgres.xml31 %DOCBOOK%\bin\xsltproc --xinclude %PG_ENV_83%\stylesheets\pg-chm.xsl %PG_ENV_83%\postgres.xml 31 32 rem %DOCBOOK%\bin\xmllint --noout --xinclude --postvalid postgres.xml 32 33 … … 37 38 echo Copie du fichier CSS. 38 39 39 copy /Y %PG_ENV_8 2%\stylesheets\pg-chm.css %PG_ENV_82%\chm\40 copy /Y %PG_ENV_83%\stylesheets\pg-chm.css %PG_ENV_83%\chm\ 40 41 41 42 rem /** … … 45 46 echo Génération du fichier au format HTMLHelp 46 47 47 %HHC% %PG_ENV_8 2%\htmlhelp.hhp48 %HHC% %PG_ENV_83%\htmlhelp.hhp 48 49 49 50 rem /** traduc/trunk/postgresql/stylesheets/pg-chm.xsl
r719 r909 22 22 23 23 <xsl:param name="html.stylesheet" select="'pg-chm.css'"/> 24 <xsl:param name="htmlhelp.chm" select="'pg8 25.chm'"/>24 <xsl:param name="htmlhelp.chm" select="'pg830.chm'"/> 25 25 <xsl:param name="base.dir" select="'./chm/'"/> 26 26 <xsl:template name="user.header.navigation">

