summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-07-11 15:18:11 +0000
committermichelou <michelou@epfl.ch>2006-07-11 15:18:11 +0000
commit087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36 (patch)
treefd5e6f0d762c162f4d038718fab26f91eae64ae3 /build.xml
parente6ef9af62f44bf4df35907847723a9e57e092212 (diff)
downloadscala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.tar.gz
scala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.tar.bz2
scala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.zip
added fsc to the man pages
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 42a7496192..34a067945d 100644
--- a/build.xml
+++ b/build.xml
@@ -703,6 +703,7 @@ DOCUMENTATION
classpathref="manual.classpath">
<include name="**/*.scala"/>
</quick>
+ <emit command="fsc"/>
<emit command="sbaz"/>
<emit command="scala"/>
<emit command="scalac"/>