Use #lang info
instead of #lang setup/infotab
.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
This commit is contained in:
parent
7dad71a579
commit
8f7ca80e7d
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define purpose "This collect contains auxiliary scribble libraries, they have their own documentation linked from the top level.")
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("scriblib.scrbl" (multi-page))))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define scribblings '(("scribble.scrbl" (multi-page) (racket-core -24))))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define compile-omit-files '("tests"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define mzscheme-launcher-names '("scribble"))
|
||||
(define mzscheme-launcher-libraries '("run.rkt"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#lang setup/infotab
|
||||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user