From: Yoshiki Hayashi Date: Wed, 31 Jul 2002 05:37:13 +0000 (+0000) Subject: Add validate target to validate XML files. X-Git-Tag: 2.0.40~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=112bee0cb2f641dd61f868e6c6a7d3720dc5a845;p=apache Add validate target to validate XML files. Submitted by: Vincent de Lau git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96250 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/build.xml b/docs/manual/style/build.xml index e094214b62..abe507b232 100644 --- a/docs/manual/style/build.xml +++ b/docs/manual/style/build.xml @@ -18,7 +18,8 @@ destdir="../mod/" extension=".html" style="./manual.en.xsl" - includes="*.xml"> + includes="*.xml" + excludes="allmodules.xml"> @@ -26,7 +27,8 @@ destdir="../mod/" extension=".html" style="./manual.ja.xsl" - includes="*.xml.ja"> + includes="*.xml.ja" + excludes="allmodules.xml.ja"> @@ -50,4 +52,13 @@ + + + + + +