[Trad] [svn:pgfr] r1077 - in traduc: branches/bv81x/manuel branches/bv81x/manuel/stylesheets branches/bv82x/manuel branches/bv82x/manuel/stylesheets trunk/postgresql trunk/postgresql/stylesheets trunk/www

svncommit at kryskool.org svncommit at kryskool.org
Ven 13 Juin 22:20:21 CEST 2008


Auteur: gleu
Date: 2008-06-13 22:20:20 +0200 (ven, 13 jun 2008)
Nouvelle Révision: 1077

Suppression:
   traduc/branches/bv82x/manuel/chm/
   traduc/trunk/postgresql/chm/
Modification:
   traduc/branches/bv81x/manuel/Makefile
   traduc/branches/bv81x/manuel/stylesheets/pg-chm.xsl
   traduc/branches/bv82x/manuel/Makefile
   traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl
   traduc/trunk/postgresql/Makefile
   traduc/trunk/postgresql/stylesheets/pg-chm.xsl
   traduc/trunk/www/index.html
Log:
Correction du Makefile pour la génération des fichiers pour le CHM,
correction aussi des feuilles de style XSLT.


Modified: traduc/branches/bv81x/manuel/Makefile
===================================================================
--- traduc/branches/bv81x/manuel/Makefile	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/branches/bv81x/manuel/Makefile	2008-06-13 20:20:20 UTC (rev 1077)
@@ -131,9 +131,7 @@
 
 htmlhelp:
 	[ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT)
-	xsltproc stylesheets/pg-chm.xsl \
-		postgres.xml
-	test -d chm || mkdir chm
-	mv *.html *.h?? chm
+	[ -d chm ] || mkdir chm
+	xsltproc stylesheets/pg-chm.xsl postgres.xml
+	mv *.h?? chm
 	tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm
-	rm -r chm

Modified: traduc/branches/bv81x/manuel/stylesheets/pg-chm.xsl
===================================================================
--- traduc/branches/bv81x/manuel/stylesheets/pg-chm.xsl	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/branches/bv81x/manuel/stylesheets/pg-chm.xsl	2008-06-13 20:20:20 UTC (rev 1077)
@@ -15,10 +15,10 @@
      distribution (especially on JavaHelp code) from Norman Walsh.
 
      ******************************************************************** -->
+  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
   <!--
-  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
+  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
   -->
-  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
 
   <xsl:param name="html.stylesheet" select="'pg-chm.css'"/>
   <xsl:param name="htmlhelp.chm" select="'pg8111.chm'"/>

Modified: traduc/branches/bv82x/manuel/Makefile
===================================================================
--- traduc/branches/bv82x/manuel/Makefile	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/branches/bv82x/manuel/Makefile	2008-06-13 20:20:20 UTC (rev 1077)
@@ -120,9 +120,7 @@
 
 htmlhelp:
 	[ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT)
-	xsltproc stylesheets/pg-chm.xsl \
-		postgres.xml
-	test -d chm || mkdir chm
-	mv *.html *.h?? chm
+	[ -d chm ] || mkdir chm
+	xsltproc stylesheets/pg-chm.xsl postgres.xml
+	mv *.h?? chm
 	tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm
-	rm -r chm

Modified: traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl
===================================================================
--- traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/branches/bv82x/manuel/stylesheets/pg-chm.xsl	2008-06-13 20:20:20 UTC (rev 1077)
@@ -15,10 +15,10 @@
      distribution (especially on JavaHelp code) from Norman Walsh.
 
      ******************************************************************** -->
+  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
   <!--
-  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
+  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
   -->
-  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
 
   <xsl:param name="html.stylesheet" select="'pg-chm.css'"/>
   <xsl:param name="htmlhelp.chm" select="'pg826.chm'"/>

Modified: traduc/trunk/postgresql/Makefile
===================================================================
--- traduc/trunk/postgresql/Makefile	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/trunk/postgresql/Makefile	2008-06-13 20:20:20 UTC (rev 1077)
@@ -125,9 +125,7 @@
 
 htmlhelp:
 	[ -d $(BASEDIR)/$(HTM_OUTPUT) ] || mkdir -p $(BASEDIR)/$(HTM_OUTPUT)
-	xsltproc stylesheets/pg-chm.xsl \
-		postgres.xml
-	test -d chm || mkdir chm
-	mv *.html *.h?? chm
+	[ -d chm ] || mkdir chm
+	xsltproc stylesheets/pg-chm.xsl postgres.xml
+	mv *.h?? chm
 	tar cvfz $(BASEDIR)/$(HTM_OUTPUT)/$(CHM_OUTPUT) chm
-	rm -r chm

Modified: traduc/trunk/postgresql/stylesheets/pg-chm.xsl
===================================================================
--- traduc/trunk/postgresql/stylesheets/pg-chm.xsl	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/trunk/postgresql/stylesheets/pg-chm.xsl	2008-06-13 20:20:20 UTC (rev 1077)
@@ -15,10 +15,10 @@
      distribution (especially on JavaHelp code) from Norman Walsh.
 
      ******************************************************************** -->
+  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
   <!--
-  <xsl:import href="/opt/docbook-xsl/htmlhelp/htmlhelp.xsl"/>
+  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
   -->
-  <xsl:import href="E:/Docbook/xsl/htmlhelp/htmlhelp.xsl"/>
 
   <xsl:param name="html.stylesheet" select="'pg-chm.css'"/>
   <xsl:param name="htmlhelp.chm" select="'pg830.chm'"/>

Modified: traduc/trunk/www/index.html
===================================================================
--- traduc/trunk/www/index.html	2008-06-13 09:26:25 UTC (rev 1076)
+++ traduc/trunk/www/index.html	2008-06-13 20:20:20 UTC (rev 1077)
@@ -62,8 +62,8 @@
                 <a onclick="pageTracker._trackPageview('/pg833.tar.gz');"
                 href="http://docs.postgresqlfr.org/8.3/pg833.tar.gz">TAR.GZ</a>
             </li>
-            <li>Manuel au format <a onclick="pageTracker._trackPageview('/pg830.chm');"
-              href="http://docs.postgresqlfr.org/8.3/pg830.chm">CHM</a>
+            <li>Manuel au format <a onclick="pageTracker._trackPageview('/pg833.chm');"
+              href="http://docs.postgresqlfr.org/8.3/pg833.chm">CHM</a>
               (système d'aide Windows)
             </li>
             <li>Manuel au format <a onclick="pageTracker._trackPageview('/pg833.pdf');"



More information about the Trad mailing list