add string-constants? and rearrange string-constants pkgs

the rearrangement moves the string constants documentation
into a package over by the string-constants implementation
and adds the string-constants (meta) pkg.

original commit: 8cdd106b87b028522ad01a5304709d010db3cb9d
This commit is contained in:
Robby Findler 2013-09-08 11:01:11 -05:00
parent 3dcb304a79
commit b6500eee00

View File

@ -13,7 +13,8 @@
"syntax-color-lib"
"wxme-lib"
"gui-lib"
"racket-doc"))
"racket-doc"
"string-constants-doc"))
(define deps '("base"))
(define pkg-desc "documentation part of \"gui\"")