original commit: 7d6d6b9155d16d53f6d487b68dd65cc558d3ce2f
This commit is contained in:
Matthew Flatt 1998-11-28 13:18:54 +00:00
parent ef7651c212
commit 111dc05955

View File

@ -2,11 +2,8 @@
#|
TODO:
* demonstrate setup-plt launcher
* manuals as `doc' sub-collections?
* doc.txt in sub-collections?
* document help system
|#
@ -19,7 +16,7 @@
(require-library "url.ss" "net")
(define startup-url
(string-append "file:" (build-path (collection-path "doc") "index.htm")))
(string-append "file:" (build-path (collection-path "help") "index.htm")))
(invoke-unit/sig
(require-relative-library "helpr.ss")