dist-spec repairs

This commit is contained in:
Matthew Flatt 2010-11-05 22:21:26 -06:00
parent 58d0b14822
commit 20b8b8c5ab

View File

@ -353,8 +353,7 @@ mz-manuals := (scribblings: "main/") ; generates main pages (next line)
mr-base := (package: "gracket") (bin: "gracket-text")
(package: "mred") (bin: "mred-text")
(collects: "afm/")
mr-manuals := (doc+src: "gui/")
mr-manuals := (doc+src: "gui/") (doc+src: "draw/")
dr-base := (package: "drracket") (package: "drscheme") (package: "framework")
dr-manuals := (doc+src: "tools/")
@ -543,7 +542,7 @@ platform-dependent :+= (and (collects: "sgl/")
(srcfile: "sgl/gl-info"))
;; -------------------- syntax-color
dr-extras :+= (package: "syntax-color")
mz-extras :+= (package: "syntax-color")
;; -------------------- plt-help
dr-extras :+= (collects: "help") (bin: "Racket Documentation")