summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2003-09-02 15:57:29 +0000
committermichelou <michelou@epfl.ch>2003-09-02 15:57:29 +0000
commitfc682c4406a9b1501eded03755dc5764ca23aed8 (patch)
tree963f780067c6a21b6c9760fd40f6d29565bab294 /sources/bin
parent627a239ed9e44a786339550b6362ed6ea902ba1c (diff)
downloadscala-fc682c4406a9b1501eded03755dc5764ca23aed8.tar.gz
scala-fc682c4406a9b1501eded03755dc5764ca23aed8.tar.bz2
scala-fc682c4406a9b1501eded03755dc5764ca23aed8.zip
-- scaladoc now has its own Main class
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/.scala_wrapper.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 2e696ce04b..beddb6fc5e 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -472,7 +472,7 @@ configure;
case "$SCRIPT" in
scala-info ) scala_info "$@";;
scalac* ) exec_compile scalac.Main "$@";;
- scaladoc* ) exec_compile scalac.Main -doc "$@";;
+ scaladoc* ) exec_compile scaladoc.Main "$@";;
scalarun* ) exec_interpret scalai.Main "$@";;
scalaint* ) exec_interpret scalai.Main -interactive "$@";;
dtd2scala* ) exec_dtd2scala dtd2scala.Main "$@";;