]> granicus.if.org Git - apache/commitdiff
build bootstrap
authorAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:00:18 +0000 (18:00 +0000)
committerAndré Malo <nd@apache.org>
Wed, 12 May 2004 18:00:18 +0000 (18:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103659 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang-targets.xml

index 0fcfa0032aaa1f164bff3e5ad881d39953d33c4e..06032b7cf87044c43b28e6b97439519ec2db1bbf 100644 (file)
@@ -21,8 +21,8 @@
 <!-- ==================================================================== -->
 <project name="lang-targets">
 
-<target description="- builds all HTML files and nroff man pages" name="all" depends="de, en, es, ja, ko, ru"/>
-<target description="- builds all zip download packages" name="zip-all" depends="zip-de, zip-en, zip-es, zip-ja, zip-ko, zip-ru"/>
+<target description="- builds all HTML files and nroff man pages" name="all" depends="de, en, es, fr, ja, ko, ru"/>
+<target description="- builds all zip download packages" name="zip-all" depends="zip-de, zip-en, zip-es, zip-fr, zip-ja, zip-ko, zip-ru"/>
 
 <!-- German                                                               -->
 <!-- ==================================================================== -->
     <chm.generic lang="es"/>
 </target>
 
+<!-- French                                                               -->
+<!-- ==================================================================== -->
+<property value=".xml.fr" name="inputext.fr"/>
+<property value=".html.fr" name="outputext.fr"/>
+
+<target description="- builds French HTML files" name="fr">
+    <html.generic lang="fr"/>
+</target>
+<target description="- builds the French zipped download package" name="zip-fr">
+    <zip.generic lang="fr"/>
+</target>
+
 <!-- Japanese                                                             -->
 <!-- ==================================================================== -->
 <property value=".xml.ja" name="inputext.ja"/>
             <include name="**/*.xml.de"/>
             <include name="**/*.xml"/>
             <include name="**/*.xml.es"/>
+            <include name="**/*.xml.fr"/>
             <include name="**/*.xml.ja"/>
             <include name="**/*.xml.ko"/>
             <include name="**/*.xml.ru"/>