[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:
Eli Barzilay 2013-06-18 06:31:24 -04:00
parent 347ee0e78f
commit 08d940976f
3 changed files with 5 additions and 1 deletions

View File

@ -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/")

View File

@ -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

View File

@ -0,0 +1,3 @@
#lang setup/infotab
(define scribblings '(("style.scrbl" (multi-page) (racket-core -99))))