move setup/xref
from "scribble-lib" to "racket-index"
The `setup/xref` library conceptually belongs in "racket-index", and moving the library avoids a cross-package use of a private module. Merge to v6.0 original commit: d37e910169622364a10cdd34f00ade99ee216a77
This commit is contained in:
parent
685fdc078d
commit
15a938e0bd
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
(define build-deps '("mzscheme-doc"
|
(define build-deps '("racket-index"
|
||||||
|
"mzscheme-doc"
|
||||||
"net-doc"
|
"net-doc"
|
||||||
"scheme-lib"
|
"scheme-lib"
|
||||||
"draw-doc"
|
"draw-doc"
|
||||||
|
|
|
@ -126,6 +126,8 @@ information for all installed documentation, so
|
||||||
|
|
||||||
renders @filepath{mine.scrbl} to @filepath{mine.html} with
|
renders @filepath{mine.scrbl} to @filepath{mine.html} with
|
||||||
cross-reference links to the Racket installation's documentation.
|
cross-reference links to the Racket installation's documentation.
|
||||||
|
(The @filepath{racket-index} package must be installed to use
|
||||||
|
@PFlag{m}/@DPFlag{main-xref-in}.)
|
||||||
|
|
||||||
The @DPFlag{xref-in} flag loads cross-reference information by calling
|
The @DPFlag{xref-in} flag loads cross-reference information by calling
|
||||||
a specified module's function. The @racketmodname[setup/xref] module
|
a specified module's function. The @racketmodname[setup/xref] module
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
(define deps '("scheme-lib"
|
(define deps '("racket-index"
|
||||||
|
"scheme-lib"
|
||||||
"base"
|
"base"
|
||||||
"compatibility-lib"
|
"compatibility-lib"
|
||||||
"scribble-text-lib"
|
"scribble-text-lib"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user