summaryrefslogtreecommitdiff
path: root/src/manual/scala/tools
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 /src/manual/scala/tools
parente6ef9af62f44bf4df35907847723a9e57e092212 (diff)
downloadscala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.tar.gz
scala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.tar.bz2
scala-087920b5e307cfdbf4a0cf4b3ff8dd45db43ae36.zip
added fsc to the man pages
Diffstat (limited to 'src/manual/scala/tools')
-rw-r--r--src/manual/scala/tools/docutil/resources/index.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/manual/scala/tools/docutil/resources/index.html b/src/manual/scala/tools/docutil/resources/index.html
index 4799290b5f..eb952e35d1 100644
--- a/src/manual/scala/tools/docutil/resources/index.html
+++ b/src/manual/scala/tools/docutil/resources/index.html
@@ -45,8 +45,8 @@
<ul class="ContentList">
<li>
<a href="#basic"><b class="SansSerif">Basic Tools</b></a> (<code>sbaz</code>,
- <code>scala</code>, <code>scalac</code>, <code>scaladoc</code>,
- <code>scalaint</code>, <code>scalap</code>, <code>scalascript</code>)
+ <code>fsc</code>, <code>scala</code>, <code>scalac</code>, <code>scaladoc</code>,
+ <code>scalap</code>)
</li>
</ul>
</div>
@@ -122,6 +122,17 @@
</tr>
<tr>
<td width="13%" valign="top">
+ <span class="tool">fsc</span>
+ </td>
+ <td width="70%" valign="top">
+ The fast Scala compiler.
+ </td>
+ <td width="17%" valign="top">
+ [<a href="fsc.html">Solaris, Linux and Windows</a>]
+ </td>
+ </tr>
+ <tr>
+ <td width="13%" valign="top">
<span class="tool">sbaz</span>
</td>
<td width="70%" valign="top">