summaryrefslogtreecommitdiff
path: root/docs/man/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 /docs/man/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 'docs/man/build.xml')
-rw-r--r--docs/man/build.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man/build.xml b/docs/man/build.xml
index 37116463ff..370fe32f08 100644
--- a/docs/man/build.xml
+++ b/docs/man/build.xml
@@ -56,6 +56,14 @@
<emit command="scalap"/>
<emit command="scalascript"/>
<fixcrlf srcdir="${dist.dir}" eol="lf"/>
+ <copy todir="${dist.dir}">
+ <fileset dir="${src.dir}">
+ <include name="**/*.html"/>
+ <include name="**/*.css"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.png"/>
+ </fileset>
+ </copy>
</target>
<macrodef name="emit">