Commit b0483161 authored by Andre Malo's avatar Andre Malo
Browse files

drop separate maf targets

parent 6a9b62a9
Loading
Loading
Loading
Loading
+0 −20
Changes for docs/manual/style/xsl/language.xsl: 0 added lines, 20 removed lines.
Original line number Diff line number Diff line
@@ -172,19 +172,6 @@
    </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">
@@ -227,13 +214,6 @@
            </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;