Changeset 1077

Show
Ignore:
Timestamp:
06/13/08 22:20:20 (3 months ago)
Author:
gleu
Message:

Correction du Makefile pour la génération des fichiers pour le CHM,
correction aussi des feuilles de style XSLT.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv81x/manuel/Makefile

    r1075 r1077  
    132132htmlhelp: 
    133133        [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 
    134         xsltproc stylesheets/pg-chm.xsl \ 
    135                 postgres.xml 
    136         test -d chm || mkdir chm 
    137         mv *.html *.h?? chm 
     134        [ -d chm ] || mkdir chm 
     135        xsltproc stylesheets/pg-chm.xsl postgres.xml 
     136        mv *.h?? chm 
    138137        tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm 
    139         rm -r chm 
  • traduc/branches/bv81x/manuel/stylesheets/pg-chm.xsl

    r915 r1077  
    1616 
    1717     ******************************************************************** --> 
     18  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
    1819  <!-- 
    19   <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
     20  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2021  --> 
    21   <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2222 
    2323  <xsl:param name="html.stylesheet" select="'pg-chm.css'"/> 
  • traduc/branches/bv82x/manuel/Makefile

    r1075 r1077  
    121121htmlhelp: 
    122122        [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 
    123         xsltproc stylesheets/pg-chm.xsl \ 
    124                 postgres.xml 
    125         test -d chm || mkdir chm 
    126         mv *.html *.h?? chm 
     123        [ -d chm ] || mkdir chm 
     124        xsltproc stylesheets/pg-chm.xsl postgres.xml 
     125        mv *.h?? chm 
    127126        tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm 
    128         rm -r chm 
  • traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl

    r906 r1077  
    1616 
    1717     ******************************************************************** --> 
     18  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
    1819  <!-- 
    19   <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
     20  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2021  --> 
    21   <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2222 
    2323  <xsl:param name="html.stylesheet" select="'pg-chm.css'"/> 
  • traduc/trunk/postgresql/Makefile

    r1075 r1077  
    126126htmlhelp: 
    127127        [ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT) 
    128         xsltproc stylesheets/pg-chm.xsl \ 
    129                 postgres.xml 
    130         test -d chm || mkdir chm 
    131         mv *.html *.h?? chm 
     128        [ -d chm ] || mkdir chm 
     129        xsltproc stylesheets/pg-chm.xsl postgres.xml 
     130        mv *.h?? chm 
    132131        tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm 
    133         rm -r chm 
  • traduc/trunk/postgresql/stylesheets/pg-chm.xsl

    r914 r1077  
    1616 
    1717     ******************************************************************** --> 
     18  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
    1819  <!-- 
    19   <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/> 
     20  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2021  --> 
    21   <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/> 
    2222 
    2323  <xsl:param name="html.stylesheet" select="'pg-chm.css'"/> 
  • traduc/trunk/www/index.html

    r1074 r1077  
    6363                href="http://docs.postgresqlfr.org/8.3/pg833.tar.gz">TAR.GZ</a> 
    6464            </li> 
    65             <li>Manuel au format <a onclick="pageTracker._trackPageview('/pg830.chm');" 
    66               href="http://docs.postgresqlfr.org/8.3/pg830.chm">CHM</a> 
     65            <li>Manuel au format <a onclick="pageTracker._trackPageview('/pg833.chm');" 
     66              href="http://docs.postgresqlfr.org/8.3/pg833.chm">CHM</a> 
    6767              (systÚme d'aide Windows) 
    6868            </li>