Use #lang info
instead of #lang setup/infotab
.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
This commit is contained in:
parent
d86ccdebb7
commit
fd90879830
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("mrlib.scrbl" (multi-page) (gui-library))))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("framework.scrbl" (multi-page) (gui-library 100))))
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("gui.scrbl" (multi-page) (racket-core -22))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("scribblings/embedded-gui.scrbl" (multi-page) (gui-library))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define compile-omit-paths 'all)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define version '(400))
|
||||
(define post-install-collection "installer.rkt")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define post-install-collection "installer.rkt")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user