summaryrefslogtreecommitdiff
path: root/docs/man/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-06-07 16:16:01 +0000
committermichelou <michelou@epfl.ch>2006-06-07 16:16:01 +0000
commitb43c8579008c27782c0fb0945973dbfc2238e4ba (patch)
tree9359734ceb9049b6fd4340888afba19d0a6b2006 /docs/man/build.xml
parentdf73352feac0926c9b48749f6a526934757ba772 (diff)
downloadscala-b43c8579008c27782c0fb0945973dbfc2238e4ba.tar.gz
scala-b43c8579008c27782c0fb0945973dbfc2238e4ba.tar.bz2
scala-b43c8579008c27782c0fb0945973dbfc2238e4ba.zip
added man page for scalap
Diffstat (limited to 'docs/man/build.xml')
-rw-r--r--docs/man/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/man/build.xml b/docs/man/build.xml
index c079d4e1c5..1b00542a64 100644
--- a/docs/man/build.xml
+++ b/docs/man/build.xml
@@ -51,6 +51,7 @@
<emit command="scalac"/>
<emit command="scaladoc"/>
<emit command="scalaint"/>
+ <emit command="scalap"/>
<emit command="scalascript"/>
<fixcrlf srcdir="${dist.dir}" eol="lf"/>
</target>