Use #lang info instead of #lang setup/infotab.

original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
This commit is contained in:
Sam Tobin-Hochstadt 2013-07-04 15:45:47 -04:00
parent c3a3a4cc2a
commit f0192efed2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define tools '(("tool.rkt")))
(define tool-names '("RackUnit DrRacket integration"))

View File

@ -1,3 +1,3 @@
#lang setup/infotab
#lang info
(define scribblings '(("scribblings/rackunit.scrbl" (multi-page) (tool))))

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define collection 'multi)