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
(cherry picked from commit 37fe471a37)
This commit is contained in:
Matthew Flatt 2013-11-28 07:40:00 -07:00 committed by Ryan Culpepper
parent 061845d19b
commit 67b7aafd88
2 changed files with 2 additions and 6 deletions

View File

@ -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\"")

View File

@ -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}