scribble-{doc,lib}: fix package dependencies
original commit: 01ca4933895cadb3e0d6cdf8c170fdf06624dcff
This commit is contained in:
parent
f7db2c37c2
commit
b23fb873f5
|
@ -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