scribble-{doc,lib}: fix package dependencies
This commit is contained in:
parent
f943d37d7d
commit
01ca493389
|
@ -19,6 +19,7 @@
|
||||||
"sandbox-lib"
|
"sandbox-lib"
|
||||||
"slideshow-lib"
|
"slideshow-lib"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
|
"scribble-text-lib"
|
||||||
"racket-doc"))
|
"racket-doc"))
|
||||||
|
|
||||||
(define pkg-desc "documentation part of \"scribble\"")
|
(define pkg-desc "documentation part of \"scribble\"")
|
||||||
|
|
|
@ -101,6 +101,7 @@
|
||||||
(string-join `(,@tgtdir ,file*) "/"))])))
|
(string-join `(,@tgtdir ,file*) "/"))])))
|
||||||
(if (equal? '("") result) "." (string-join result "/")))
|
(if (equal? '("") result) "." (string-join result "/")))
|
||||||
|
|
||||||
|
#;
|
||||||
(module+ test
|
(module+ test
|
||||||
(require tests/eli-tester)
|
(require tests/eli-tester)
|
||||||
(define R relativize)
|
(define R relativize)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user