commit 95776e21cd3bc6727846934f1419c316f9190057
parent d07ff0ebc3697a9b2f7a0ed423051dd0e53933c5
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Thu, 27 Jun 2013 21:36:51 -0600
link development-mode packages in a separate pkg database
Use `PKGS' with the top-level makefile to select packages for
a development-mode build. The default is "main-distribution",
which includes all packages in "pkgs".
original commit: d450ee97075ef92e3356b6ae27e8a53419dd9732
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkgs/scribble-pkgs/scribble-lib/info.rkt b/pkgs/scribble-pkgs/scribble-lib/info.rkt
@@ -4,4 +4,6 @@
(define deps '("at-exp-lib"
"draw-lib"
- "syntax-color-lib"))
+ "syntax-color-lib"
+ "sandbox-lib"
+ "rackunit-lib"))