Initial registration with CVS.
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Mar 2000 16:54:38 +0000 (16:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Mar 2000 16:54:38 +0000 (16:54 +0000)
v7/dist/index.html [new file with mode: 0644]
v7/dist/optiondb.scm [new file with mode: 0644]

diff --git a/v7/dist/index.html b/v7/dist/index.html
new file mode 100644 (file)
index 0000000..70aa111
--- /dev/null
@@ -0,0 +1,20 @@
+<html>
+
+<head><title>MIT Scheme Documentation</title></head>
+
+<body>
+
+<h1 align=center>MIT Scheme Documentation</h1>
+
+<hr>
+
+The following MIT Scheme manuals are available here:
+
+<ul>
+<li><a href="scheme_toc.html">MIT Scheme Reference</a>
+<li><a href="user_toc.html">MIT Scheme User's Manual</a>
+<li><a href="sos_toc.html">SOS Reference Manual</a>
+</ul>
+
+</body>
+</html>
diff --git a/v7/dist/optiondb.scm b/v7/dist/optiondb.scm
new file mode 100644 (file)
index 0000000..cc17d75
--- /dev/null
@@ -0,0 +1,3 @@
+;; -*- Scheme -*-
+
+(further-load-options standard-load-options)
\ No newline at end of file