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:
Matthew Flatt 2013-12-01 08:09:07 -07:00
parent 685fdc078d
commit 15a938e0bd
3 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,8 @@
(define collection 'multi)
(define build-deps '("mzscheme-doc"
(define build-deps '("racket-index"
"mzscheme-doc"
"net-doc"
"scheme-lib"
"draw-doc"

View File

@ -126,6 +126,8 @@ information for all installed documentation, so
renders @filepath{mine.scrbl} to @filepath{mine.html} with
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
a specified module's function. The @racketmodname[setup/xref] module

View File

@ -2,7 +2,8 @@
(define collection 'multi)
(define deps '("scheme-lib"
(define deps '("racket-index"
"scheme-lib"
"base"
"compatibility-lib"
"scribble-text-lib"