From 112bee0cb2f641dd61f868e6c6a7d3720dc5a845 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Wed, 31 Jul 2002 05:37:13 +0000 Subject: [PATCH] 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 --- docs/manual/style/build.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 @@ + + + + + + -- 2.40.0