unstable-doc: make dependency on DrRacket docs indirect
A direct reference makes the "gui" package depend on the "drracket" package, and making the reference indirect avoids that dependency. Merge to v6.0
This commit is contained in:
parent
72ba0c9879
commit
37fe471a37
|
@ -31,11 +31,7 @@
|
|||
"gui-doc"
|
||||
"pict-doc"
|
||||
"scribble-doc"
|
||||
"slideshow-doc"
|
||||
|
||||
;; because the 2d cond docs point
|
||||
;; to the drracket keybindings docs
|
||||
"drracket"))
|
||||
"slideshow-doc"))
|
||||
|
||||
(define pkg-desc "documentation part of \"unstable\"")
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ is always @racket[1], but that may change.)
|
|||
@section{Editing 2D}
|
||||
|
||||
DrRacket provides a number of keybindings to help editing @litchar{#2d} expressions.
|
||||
See @secref["Keyboard Shortcuts" #:doc '(lib "scribblings/drracket/drracket.scrbl")].
|
||||
See @seclink["Keyboard Shortcuts" #:doc '(lib "scribblings/drracket/drracket.scrbl") #:indirect? #t]{DrRacket's keyboard shortcuts}.
|
||||
|
||||
@section{2D Cond}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user