From 247125eecb6cdcae27085d8e0384054bfeeb320e Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 17 May 2002 17:27:19 +0000 Subject: [PATCH] We are going to need to use the file.xml.ja order, because multiviews will not work the other way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95156 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/style/build.xml b/docs/manual/style/build.xml index ec1573483c9..76a99f0732f 100644 --- a/docs/manual/style/build.xml +++ b/docs/manual/style/build.xml @@ -18,7 +18,7 @@ destdir="../mod/" extension=".html" style="./manual.en.xsl" - excludes="*.ja.xml" + excludes="*.xml.ja" includes="*.xml"> -- 2.47.2