move some test & doc collections out of "racket-" pkgs to new pkgs

original commit: 1920ac59ab0607502641298fc575b66e6acd8c73
This commit is contained in:
Matthew Flatt 2013-10-15 16:19:27 -06:00
parent f1a56929b5
commit fa2a6cb629

View File

@ -12,4 +12,6 @@
(define pkg-desc "documentation part of \"compatibility\"")
(define pkg-authors '(eli mflatt robby samth))
(define build-deps '("scheme-lib"))
(define build-deps '("data-doc"
"mzscheme-doc"
"scheme-lib"))