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