[Style] Wire it in.
I think that this should work, note that I used (racket-core -99) in the info file for no good reason -- it should probably be properly placed somewhere.
This commit is contained in:
parent
347ee0e78f
commit
08d940976f
|
@ -365,7 +365,7 @@ mz-manuals := (scribblings: "main/") ; generates main pages (next line)
|
|||
"getting-started/")
|
||||
(notes: "COPYING*.txt")
|
||||
(doc: "doc-license.txt") ; needed (when docs are included)
|
||||
(doc+src: "reference/" "guide/" "quick/" "more/"
|
||||
(doc+src: "reference/" "guide/" "quick/" "more/" "style/"
|
||||
"foreign/" "inside/"
|
||||
"scheme/"
|
||||
"honu/")
|
||||
|
|
|
@ -970,6 +970,7 @@ path/s is either such a string or a list of them.
|
|||
"collects/scribblings/raco" responsible (jay mflatt)
|
||||
"collects/scribblings/reference/distributed.scrbl" responsible (tewk)
|
||||
"collects/scribblings/reference/generic.scrbl" responsible (asumu stamourv)
|
||||
"collects/scribblings/style" responsible (matthias)
|
||||
"collects/scriblib" responsible (mflatt)
|
||||
"collects/setup" responsible (mflatt)
|
||||
"collects/setup/main.rkt" drdr:command-line #f
|
||||
|
|
3
collects/scribblings/style/info.rkt
Normal file
3
collects/scribblings/style/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define scribblings '(("style.scrbl" (multi-page) (racket-core -99))))
|
Loading…
Reference in New Issue
Block a user