summaryrefslogtreecommitdiff
path: root/src/manual/scala/tools
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-02-09 16:06:06 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-02-09 16:06:06 +0000
commit76009173e08545c346d4a66eb847a75120649ad2 (patch)
treead271feec9a4411bd9e4d67a7d93ee35b32d0bca /src/manual/scala/tools
parent9191eb8dd882e04bee79907bda69d5018ee5ed99 (diff)
downloadscala-76009173e08545c346d4a66eb847a75120649ad2.tar.gz
scala-76009173e08545c346d4a66eb847a75120649ad2.tar.bz2
scala-76009173e08545c346d4a66eb847a75120649ad2.zip
added build scripts for scalap
Diffstat (limited to 'src/manual/scala/tools')
-rw-r--r--src/manual/scala/tools/docutil/resources/index.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/manual/scala/tools/docutil/resources/index.html b/src/manual/scala/tools/docutil/resources/index.html
index 7808cd96f8..248bb02a81 100644
--- a/src/manual/scala/tools/docutil/resources/index.html
+++ b/src/manual/scala/tools/docutil/resources/index.html
@@ -45,14 +45,15 @@
<ul class="ContentList">
<li>
<a href="#basic"><b class="SansSerif">Basic Tools</b></a> (<code>sbaz</code>,
- <code>fsc</code>, <code>scala</code>, <code>scalac</code>, <code>scaladoc</code>)
+ <code>fsc</code>, <code>scala</code>, <code>scalac</code>, <code>scaladoc</code>,
+ <code>scalap</code>)
</li>
</ul>
</div>
<p style="font-size: 90%; margin-left: 2em; margin-right: 2em;">
<b>NOTE</b> - Some tools have separate reference pages for Windows, Linux and Solaris
- to accommodate minor differences in configuration and usage -- for example, the character
+ to accommodate minor differences in configuration and usage -- for example, the character
used to specify directory separators may be different.
</p>
@@ -86,7 +87,7 @@
</td>
<td>
[<a class="external"
- href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/classpath.html">Solaris and Linux</a>]
+ href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/classpath.html">Solaris and Linux</a>]
[<a class="external"
href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/classpath.html">Windows</a>]
</td>
@@ -98,7 +99,7 @@
</td>
<td>
[<a class="external"
- href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/findingclasses.html">Solaris, Linux and Windows</a>]
+ href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/findingclasses.html">Solaris, Linux and Windows</a>]
</td>
</tr>
</table>
@@ -174,6 +175,17 @@
[<a href="scaladoc.html">Solaris, Linux and Windows</a>]
</td>
</tr>
+ <tr>
+ <td width="13%" valign="top">
+ <span class="tool">scalap</span>
+ </td>
+ <td width="70%" valign="top">
+ The Scala class file decoder.
+ </td>
+ <td width="17%" valign="top">
+ [<a href="scalap.html">Solaris, Linux and Windows</a>]
+ </td>
+ </tr>
</table>
<hr/>