Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 67353 invoked by uid 500); 9 Sep 2002 15:25:12 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 67334 invoked from network); 9 Sep 2002 15:25:11 -0000 Message-ID: <014501c25814$c0ad7aa0$19504c3e@dali> From: "Ilia Soldis" To: Subject: [PATCH] for build.xml Date: Mon, 9 Sep 2002 19:22:47 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0142_01C25836.47AB4480" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0142_01C25836.47AB4480 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable I've included sections for russian documents. Please, check if I'm = correct. Ilia. Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/site-tools/httpd-docs-build/build.xml,v retrieving revision 1.9 diff -u -r1.9 build.xml --- build.xml 6 Sep 2002 16:50:47 -0000 1.9 +++ build.xml 9 Sep 2002 15:14:24 -0000 @@ -33,11 +33,17 @@ + + + + + + @@ -175,6 +181,33 @@ style=3D"../style/manual.pt-br.xsl"> + + + + + + + + ------=_NextPart_000_0142_01C25836.47AB4480 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
I've included sections for = russian documents.=20 Please, check if I'm correct.
 
Ilia.
 
 
 
Index:=20 build.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS= =20 file: = /home/cvspublic/site-tools/httpd-docs-build/build.xml,v
retrieving=20 revision 1.9
diff -u -r1.9 build.xml
--- build.xml   6 = Sep 2002=20 16:50:47 -0000       1.9
+++=20 build.xml   9 Sep 2002 15:14:24 -0000
@@ -33,11 +33,17=20 @@
         <patternset=20 refid=3D"excludes" />
    =20 </patternset>
 
+    = <patternset=20 id=3D"ru-allxml">
+        = <include=20 name=3D"**/*.xml.ru" = />
+       =20 <patternset refid=3D"excludes" />
+   =20 </patternset>
+
     <patternset=20 id=3D"allxml">
        =20 <patternset refid=3D"en-allxml"=20 />
         <patternset = refid=3D"de-allxml" = />
        =20 <patternset refid=3D"ja.jis-allxml"=20 />
         <patternset = refid=3D"pt-br-allxml" = />
+       =20 <patternset refid=3D"ru-allxml" />
    =20 </patternset>
 
     <!-- = This target=20 is for output of HTML pages via XSLT -->
@@ -175,6 +181,33=20 @@
           &= nbsp;   =20 style=3D"../style/manual.pt-br.xsl">
     =        =20 <mapper type=3D"glob" from=3D"*.xml.pt-br" to=3D"*.html.pt-br"=20 />
          &nbs= p; =20 <patternset refid=3D"pt-br-allxml"=20 />
+       =20 </style>
+
+        = <!--=20 Transform all Russian documents=20 -->
+        <style=20 basedir=3D"../"
+         = ;     =20 destdir=3D"../"
+         = ;     =20 style=3D"../style/manual.ru.xsl">
+
+    &nb= sp;      =20 <mapper type=3D"glob" from=3D"*.xml.ru" to=3D"*.html.ru"=20 />
+          &nb= sp;=20 <patternset>
+        &n= bsp;    =20 <include name=3D"mod/directives.xml.ru"=20 />
+          &nb= sp;  =20 <include name=3D"mod/index.xml.ru"=20 />
+          &nb= sp;=20 </patternset>
+       =20 </style>
+
+        = <style=20 basedir=3D"../"
+         = ;     =20 destdir=3D"../"
+         = ;     =20 style=3D"../style/manual.ru.xsl">
+     &n= bsp;     =20 <mapper type=3D"glob" from=3D"*.xml.ru" to=3D"*.html.ru"=20 />
+          &nb= sp;=20 <depth min=3D"1" max=3D"1"=20 />
+          &nb= sp;=20 <patternset refid=3D"ru-allxml"=20 />
+       =20 </style>
+
+        = <style=20 basedir=3D"../"
+         = ;     =20 destdir=3D"../"
+         = ;     =20 style=3D"../style/manual.ru.xsl">
+     &n= bsp;     =20 <mapper type=3D"glob" from=3D"*.xml.ru" to=3D"*.html.ru"=20 />
+          &nb= sp;=20 <patternset refid=3D"ru-allxml"=20 />
        =20 </style>
 
    =20 </target>
------=_NextPart_000_0142_01C25836.47AB4480--