]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Make docs target work under Windows.
authorJeremias Maerki <jeremias@apache.org>
Thu, 17 Nov 2005 08:15:15 +0000 (08:15 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 17 Nov 2005 08:15:15 +0000 (08:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345209 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 1948bda3dd75dd6cdd49f951ed908c3613d5edb5..b5f33ace246f698c3f4ad26047aeecbdc4083976 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1034,10 +1034,13 @@ NOTE:
     <echo message="the FORREST_HOME environment variable is set (see http://forrest.apache.org/)"/>
     <echo message="FORREST_HOME = ${forrest.home}"/>
     -->
-    <echo message="Make sure you have a propper Forrest installation (see http://forrest.apache.org/)"/>
+    <echo message="Make sure you have a proper Forrest installation (see http://forrest.apache.org/)"/>
 
     <!--<antcall target="site"/>-->
-    <exec executable="forrest"/>
+    <condition property="forrest.call" value="forrest.bat" else="forrest">
+      <os family="windows"/>
+    </condition>
+    <exec executable="${forrest.call}"/>
   </target>
   
   <!-- =================================================================== -->