* Joshua Slive wroteYou 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
Hi Andre !
Kannst Du mir bitte kurz erl�utern, auf was f�r Probleme Du beim builden ohne diesen Fix gestossen bist. Ich konnte bisher auch ohne diesen Fix keinerlei Diskrepanzen feststellen. Bei mir l�uft alles einwandfrei...
Ich kann leider auch nicht nachvollziehen, wie Yoshiki zu einer Version von mod/directives.html.en kam, in der einige Direktiven fehlten. H�ngt dies u.U. irgendwie mit Deinen Build-Problemen zusammen? Hast Du auch so etwas beobachten k�nnen oder sind bei Dir andere Probleme aufgetreten?
h�h�, fragen �ber fragen :-)
gr�sse
Erik
------------------------------------------------------------------------
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
