]> granicus.if.org Git - apache/commitdiff
maf and zip don't differ that much. Let's create just one package for both
authorAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 15:03:08 +0000 (15:03 +0000)
committerAndré Malo <nd@apache.org>
Sun, 5 Sep 2004 15:03:08 +0000 (15:03 +0000)
purposes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105004 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/language.xsl

index 5238502b78145af40f9194d323f2d8993b2f4c35..47230d42ef44e5e30b5ed22b6822626aa59e4cc9 100644 (file)
     </target>
     &lf;
 
-    <target name="maf-all"
-            description="- builds all maf download packages">
-        <xsl:attribute name="depends">
-            <xsl:for-each select="lang[document(concat('../lang/', .,
-                                       '.xml'))/language/messages]">
-                <xsl:text>maf-</xsl:text>
-                <xsl:value-of select="." />
-                <xsl:if test="position() != last()">, </xsl:if>
-            </xsl:for-each>
-        </xsl:attribute>
-    </target>
-    &lf;
-
     <!-- single language targets -->
     <!-- ======================= -->
     <xsl:for-each select="lang">
             </target>
             &lf;
 
-            <target name="maf-{.}"
-                    description="- builds the {$file/name} Mozilla Web Archive">&lf;
-                <xsl:text>    </xsl:text>
-                <maf.generic lang="{.}" />&lf;
-            </target>
-            &lf;
-
             <xsl:if test="$file/chm">
                 <target name="chm-{.}"
                         description="- builds the {$file/name} CHM file">&lf;