]> granicus.if.org Git - apache/commitdiff
update bootstrap stylesheets to reflect manual lang-targets changes.
authorAndré Malo <nd@apache.org>
Fri, 13 Jul 2012 08:02:14 +0000 (08:02 +0000)
committerAndré Malo <nd@apache.org>
Fri, 13 Jul 2012 08:02:14 +0000 (08:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361076 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang-targets.xml
docs/manual/style/xsl/language.xsl

index 48c71231c40c2a0e38afe8982e805e198d104885..b740ff20b7677306e1f57488b4d669c05cadf45e 100644 (file)
     </xmlvalidate>
 </target>
 
-</project>
+</project>
\ No newline at end of file
index 946714a29b36bc454d391d4cd8be03b5b871ac09..a55431c8f45b74d83e874dfb66cb9de56e67ac65 100644 (file)
     <target name="all"
             description="- builds all HTML files and nroff man pages">
         <xsl:attribute name="depends">
+            <xsl:text>validate-xml, </xsl:text>
             <xsl:for-each select="lang[document(concat('../lang/', .,
                                        '.xml'))/language/messages]">
                 <xsl:value-of select="." />
     <target name="validate-xml" description="- validates all XML source files">
         &lf;
         <xsl:text>    </xsl:text>
-        <xmlvalidate lenient="false" failonerror="false" warn="true">
+        <xmlvalidate lenient="false" failonerror="true" warn="true">
             &lf;
             <xsl:text>        </xsl:text>
             <xmlcatalog refid="w3c-catalog" />&lf;