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