summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-06-08 15:11:48 +0000
committermichelou <michelou@epfl.ch>2006-06-08 15:11:48 +0000
commit7427ad112713c10ac6763c4217fc3737194e1b98 (patch)
tree67af0ee76050a351a3d6166aa3c96de6a263e575 /build.xml
parent8b6eba1a9c40eeb5b89abe181ff5e18fe21d1758 (diff)
downloadscala-7427ad112713c10ac6763c4217fc3737194e1b98.tar.gz
scala-7427ad112713c10ac6763c4217fc3737194e1b98.tar.bz2
scala-7427ad112713c10ac6763c4217fc3737194e1b98.zip
reactivated call to 'load' in file DocGenerator...
reactivated call to 'load' in file DocGenerator.scala
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index c0f9948bf4..47d56cb4a8 100644
--- a/build.xml
+++ b/build.xml
@@ -789,6 +789,15 @@ GENERATES A DISTRIBUTION
<copy todir="${dist.current.dir}/man">
<fileset dir="${docs.dir}/man/dists" includes="**/*.1"/>
</copy>
+ <copy todir="${dist.current.dir}/doc/scala/tools">
+ <fileset dir="${docs.dir}/man/src">
+ <include name="**/*.html"/>
+ <include name="**/*.css"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.png"/>
+ </fileset>
+ <fileset dir="${docs.dir}/man/dists" includes="**/*.html"/>
+ </copy>
<!-- Recreate the 'latest' link to point to this distribution -->
<if><isset property="os.win"/>
<then>