* Joshua Slive wrote:

> Could you do me a favour and send this build change to the list as a diff.

done ;-)

> You might also consider resending any other changes that got missed.
> There's been so much going on that a few things obviously slipped
> through the cracks.

yep. I'll check it.

nd
-- 
die (eval q-qq[Just Another Perl Hacker
]
;-)
# Andr� Malo, <http://www.perlig.de/> #
Index: build.xml
===================================================================
RCS file: /home/cvspublic/site-tools/httpd-docs-build/build.xml,v
retrieving revision 1.8
diff -u -r1.8 build.xml
--- build.xml   5 Sep 2002 22:47:08 -0000       1.8
+++ build.xml   6 Sep 2002 16:08:55 -0000
@@ -73,6 +73,17 @@
         <style basedir="../"
                destdir="../"
                style="../style/manual.en.xsl">
+
+            <mapper type="glob" from="*.xml" to="*.html.en" />
+            <patternset>
+              <include name="mod/directives.xml" />
+              <include name="mod/index.xml" />
+            </patternset>
+        </style>
+
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.en.xsl">
             <mapper type="glob" from="*.xml" to="*.html.en" />
             <depth min="1" max="1" />
             <patternset refid="en-allxml" />
@@ -89,6 +100,17 @@
         <style basedir="../"
                destdir="../"
                style="../style/manual.ja.xsl">
+
+            <mapper type="glob" from="*.xml.ja" to="*.html.ja.jis" />
+            <patternset>
+              <include name="mod/directives.xml.ja" />
+              <include name="mod/index.xml.ja" />
+            </patternset>
+        </style>
+
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.ja.xsl">
             <mapper type="glob" from="*.xml.ja" to="*.html.ja.jis" />
             <depth min="1" max="1" />
             <patternset refid="ja.jis-allxml" />
@@ -105,6 +127,17 @@
         <style basedir="../"
                destdir="../"
                style="../style/manual.de.xsl">
+
+            <mapper type="glob" from="*.xml.de" to="*.html.de" />
+            <patternset>
+              <include name="mod/directives.xml.de" />
+              <include name="mod/index.xml.de" />
+            </patternset>
+        </style>
+
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.de.xsl">
             <mapper type="glob" from="*.xml.de" to="*.html.de" />
             <depth min="1" max="1" />
             <patternset refid="de-allxml" />
@@ -118,6 +151,17 @@
         </style>
 
         <!-- Transform all Portuguese-BR documents -->
+        <style basedir="../"
+               destdir="../"
+               style="../style/manual.pt-br.xsl">
+
+            <mapper type="glob" from="*.xml.pt-br" to="*.html.pt-br" />
+            <patternset>
+              <include name="mod/directives.xml.pt-br" />
+              <include name="mod/index.xml.pt-br" />
+            </patternset>
+        </style>
+
         <style basedir="../"
                destdir="../"
                style="../style/manual.pt-br.xsl">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to