]> granicus.if.org Git - apache/commitdiff
Build file updated to work with modified ant to get us the proper extension
authorJoshua Slive <slive@apache.org>
Thu, 23 May 2002 14:22:17 +0000 (14:22 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 23 May 2002 14:22:17 +0000 (14:22 +0000)
substitution.

Submitted by: Yoshiki Hayashi, Joshua Slive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95239 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/build.xml

index 76a99f0732fe00b453993384e73aa9c683f3513b..22c2fdec36c71428df95f100c20a16d20fccf825 100644 (file)
@@ -18,8 +18,8 @@
              destdir="../mod/"
            extension=".html"
                style="./manual.en.xsl"
-            excludes="*.xml.ja"
             includes="*.xml">
+      <mapper type="glob" from="*.xml" to="*.html.en"/>
       <param name="relative-path" expression="."/>
     </style>
     <style   basedir="../mod/"
            extension=".html"
                style="./manual.ja.xsl"
             includes="*.xml.ja">
+      <mapper type="glob" from="*.xml.ja" to="*.html.ja.jis"/>
       <param name="relative-path" expression="."/>
     </style>
   </target>
-
-
-
 </project>