Use #lang info
instead of #lang setup/infotab
.
original commit: 5a7ca7ebb5
This commit is contained in:
parent
e6275c3b69
commit
ff56800079
|
@ -1,4 +1,4 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
(define deps '("base"))
|
(define deps '("base"))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#lang setup/infotab
|
#lang info
|
||||||
|
|
||||||
(define scribblings '(("net.scrbl" (multi-page) (net-library))))
|
(define scribblings '(("net.scrbl" (multi-page) (net-library))))
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#lang setup/infotab
|
|
||||||
|
|
||||||
(define collection 'multi)
|
|
||||||
(define deps '("base"))
|
|
Loading…
Reference in New Issue
Block a user