1
0
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:
André Malo
2012-07-13 08:02:14 +00:00
parent 821323c81c
commit f576e91f3c
2 changed files with 3 additions and 2 deletions

View File

@@ -313,4 +313,4 @@
</xmlvalidate>
</target>
</project>
</project>

View File

@@ -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;