You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/05/12 20:00:18 UTC

cvs commit: httpd-2.0/docs/manual/style lang-targets.xml

nd          2004/05/12 11:00:18

  Modified:    docs/manual/style lang-targets.xml
  Log:
  build bootstrap
  
  Revision  Changes    Path
  1.2       +15 -2     httpd-2.0/docs/manual/style/lang-targets.xml
  
  Index: lang-targets.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/lang-targets.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- lang-targets.xml	2 May 2004 22:56:38 -0000	1.1
  +++ lang-targets.xml	12 May 2004 18:00:18 -0000	1.2
  @@ -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                                                               -->
   <!-- ==================================================================== -->
  @@ -76,6 +76,18 @@
       <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"/>
  @@ -129,6 +141,7 @@
               <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"/>