racket/collects/scribblings/reference/info.rkt
Matthew Flatt a73dc50224 break cross-reference info for document into pieces
For example, the cross-reference information for the
Reference is now broken into about 16 pieces, so that
resolving a cross-reference into the Reference doesn't
require loading all cross-reference information for
the Reference.

Every document is split into two pieces, so that the title
of a document is roughly in its own piece. That way,
re-building the page of all installed documentation can be more
scalable (after some further changes).
2012-11-23 18:44:51 -07:00

4 lines
111 B
Racket

#lang setup/infotab
(define scribblings '(("reference.scrbl" (multi-page) (racket-core -12) "reference" 16)))