...
original commit: 16655b55f32ef3632721479f95b8705ba48efba9
This commit is contained in:
parent
1ce1ea870a
commit
2a26dc1d27
|
@ -15,15 +15,7 @@
|
|||
|
||||
(require-library "url.ss" "net")
|
||||
|
||||
(define startup-url
|
||||
(string-append "file:"
|
||||
(with-handlers ([void
|
||||
(lambda (x)
|
||||
(build-path (collection-path "help") "index.htm"))])
|
||||
(let ([f (build-path (collection-path "doc") "help" "index.html")])
|
||||
(if (file-exists? f)
|
||||
f
|
||||
(error "not there"))))))
|
||||
(require-library "startup-url.ss" "help")
|
||||
|
||||
(invoke-unit/sig
|
||||
(require-relative-library "helpr.ss")
|
||||
|
|
Loading…
Reference in New Issue
Block a user