]> granicus.if.org Git - apache/commitdiff
build bootstrap
authorAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 02:46:30 +0000 (02:46 +0000)
committerAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 02:46:30 +0000 (02:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104988 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang-targets.xml

index 9a4fd9677f6a1e6dc9948152097ea1e7a689a50a..01854df7aa7551e8f83666ba11d54423e5dbe83c 100644 (file)
@@ -23,6 +23,8 @@
 
 <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"/>
+<target description="- builds all war download packages" name="war-all" depends="war-de, war-en, war-es, war-fr, war-ja, war-ko, war-ru"/>
+<target description="- builds all maf download packages" name="maf-all" depends="maf-de, maf-en, maf-es, maf-fr, maf-ja, maf-ko, maf-ru"/>
 
 <!-- German                                                               -->
 <!-- ==================================================================== -->
 <target description="- builds the German zipped download package" name="zip-de">
     <zip.generic lang="de"/>
 </target>
+<target description="- builds the German Konqueror Web Archive" name="war-de">
+    <war.generic lang="de"/>
+</target>
+<target description="- builds the German Mozilla Web Archive" name="maf-de">
+    <maf.generic lang="de"/>
+</target>
 <target description="- builds the German CHM file" name="chm-de">
     <chm.generic lang="de"/>
 </target>
 <target description="- builds the English zipped download package" name="zip-en">
     <zip.generic lang="en"/>
 </target>
+<target description="- builds the English Konqueror Web Archive" name="war-en">
+    <war.generic lang="en"/>
+</target>
+<target description="- builds the English Mozilla Web Archive" name="maf-en">
+    <maf.generic lang="en"/>
+</target>
 <target description="- builds the English CHM file" name="chm-en">
     <chm.generic lang="en"/>
 </target>
 <target description="- builds the Spanish zipped download package" name="zip-es">
     <zip.generic lang="es"/>
 </target>
+<target description="- builds the Spanish Konqueror Web Archive" name="war-es">
+    <war.generic lang="es"/>
+</target>
+<target description="- builds the Spanish Mozilla Web Archive" name="maf-es">
+    <maf.generic lang="es"/>
+</target>
 <target description="- builds the Spanish CHM file" name="chm-es">
     <chm.generic lang="es"/>
 </target>
 <target description="- builds the French zipped download package" name="zip-fr">
     <zip.generic lang="fr"/>
 </target>
+<target description="- builds the French Konqueror Web Archive" name="war-fr">
+    <war.generic lang="fr"/>
+</target>
+<target description="- builds the French Mozilla Web Archive" name="maf-fr">
+    <maf.generic lang="fr"/>
+</target>
 
 <!-- Japanese                                                             -->
 <!-- ==================================================================== -->
 <target description="- builds the Japanese zipped download package" name="zip-ja">
     <zip.generic lang="ja"/>
 </target>
+<target description="- builds the Japanese Konqueror Web Archive" name="war-ja">
+    <war.generic lang="ja"/>
+</target>
+<target description="- builds the Japanese Mozilla Web Archive" name="maf-ja">
+    <maf.generic lang="ja"/>
+</target>
 <target description="- builds the Japanese CHM file" name="chm-ja">
     <chm.generic lang="ja"/>
 </target>
 <target description="- builds the Korean zipped download package" name="zip-ko">
     <zip.generic lang="ko"/>
 </target>
+<target description="- builds the Korean Konqueror Web Archive" name="war-ko">
+    <war.generic lang="ko"/>
+</target>
+<target description="- builds the Korean Mozilla Web Archive" name="maf-ko">
+    <maf.generic lang="ko"/>
+</target>
 <target description="- builds the Korean CHM file" name="chm-ko">
     <chm.generic lang="ko"/>
 </target>
 <target description="- builds the Russian zipped download package" name="zip-ru">
     <zip.generic lang="ru"/>
 </target>
+<target description="- builds the Russian Konqueror Web Archive" name="war-ru">
+    <war.generic lang="ru"/>
+</target>
+<target description="- builds the Russian Mozilla Web Archive" name="maf-ru">
+    <maf.generic lang="ru"/>
+</target>
 
 <!-- XML validation.                                                      -->
 <!-- If you get an error during transformation, this task may be useful   -->