nd 2004/09/05 08:10:17
Modified: docs/manual/style Tag: APACHE_2_0_BRANCH lang-targets.xml
Log:
build bootstrap
Revision Changes Path
No revision
No revision
1.1.2.4 +0 -19 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.2.3
retrieving revision 1.1.2.4
diff -u -u -r1.1.2.3 -r1.1.2.4
--- lang-targets.xml 5 Sep 2004 02:45:00 -0000 1.1.2.3
+++ lang-targets.xml 5 Sep 2004 15:10:17 -0000 1.1.2.4
@@ -24,7 +24,6 @@
<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 war download packages" name="war-all" depends="war-de,
war-en, war-es, war-ja, war-ko, war-ru"/>
-<target description="- builds all maf download packages" name="maf-all" depends="maf-de,
maf-en, maf-es, maf-ja, maf-ko, maf-ru"/>
<!-- German -->
<!-- ==================================================================== -->
@@ -40,9 +39,6 @@
<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>
@@ -62,9 +58,6 @@
<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>
@@ -89,9 +82,6 @@
<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>
@@ -110,9 +100,6 @@
<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>
@@ -131,9 +118,6 @@
<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>
@@ -151,9 +135,6 @@
</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. -->
|