scribble-{doc,lib}: fix package dependencies

original commit: 01ca4933895cadb3e0d6cdf8c170fdf06624dcff
This commit is contained in:
Matthew Flatt 2014-02-06 05:47:56 -07:00
parent f7db2c37c2
commit b23fb873f5
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"sandbox-lib"
"slideshow-lib"
"scribble-lib"
"scribble-text-lib"
"racket-doc"))
(define pkg-desc "documentation part of \"scribble\"")

View File

@ -101,6 +101,7 @@
(string-join `(,@tgtdir ,file*) "/"))])))
(if (equal? '("") result) "." (string-join result "/")))
#;
(module+ test
(require tests/eli-tester)
(define R relativize)