mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
update bootstrap stylesheets to reflect manual lang-targets changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -313,4 +313,4 @@
|
||||
</xmlvalidate>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
@@ -146,6 +146,7 @@
|
||||
<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="." />
|
||||
@@ -284,7 +285,7 @@
|
||||
<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;
|
||||
|
||||
Reference in New Issue
Block a user