racket/collects/scribblings/main/user/info.rkt
Matthew Flatt 3f08da67a4 remove 'always-run style from the doc that list documents
The 'depends-all style and dependency tracking should run the document
when needed, I think.
2012-11-24 08:13:51 -07:00

6 lines
181 B
Racket

#lang setup/infotab
(define scribblings
'(("start.scrbl" (user-doc-root depends-all no-depend-on) (omit))
("search.scrbl" (user-doc depends-all no-depend-on) (omit))))