split setup/scribble-index into setup/xref and scribble/xref
svn: r8020 original commit: c9aecb01f011513749adee4d311d545fcb760b7a
This commit is contained in:
parent
effaca815d
commit
87d0b9b732
|
@ -20,7 +20,8 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
(lib "dirs.ss" "setup")
|
(lib "dirs.ss" "setup")
|
||||||
(lib "string.ss")
|
(lib "string.ss")
|
||||||
(prefix-in srfi1: (lib "1.ss" "srfi")))
|
(prefix-in srfi1: (lib "1.ss" "srfi")))
|
||||||
(require setup/scribble-index
|
(require setup/xref
|
||||||
|
scribble/xref
|
||||||
scribble/struct
|
scribble/struct
|
||||||
scribble/manual-struct
|
scribble/manual-struct
|
||||||
scribble/decode
|
scribble/decode
|
||||||
|
@ -2812,7 +2813,7 @@ designates the character that triggers autocompletion
|
||||||
[manual-mpis (and manuals (map sym->mpi manuals))])
|
[manual-mpis (and manuals (map sym->mpi manuals))])
|
||||||
|
|
||||||
(unless xref
|
(unless xref
|
||||||
(set! xref (load-xref)))
|
(set! xref (load-collections-xref)))
|
||||||
|
|
||||||
(let ([ht (make-hash-table 'equal)])
|
(let ([ht (make-hash-table 'equal)])
|
||||||
(for-each
|
(for-each
|
||||||
|
|
Loading…
Reference in New Issue
Block a user