make Reference dependency on DrRacket docs indirect

Avoids a dependency of "racket-doc" on "drracket".
This commit is contained in:
Matthew Flatt 2015-07-21 09:20:08 -06:00
parent ea612d255f
commit 76a0eef121

View File

@ -89,8 +89,9 @@ Racket adds properties to expanded syntax (often using
] ]
See also @secref["Syntax_Properties_that_Check_Syntax_Looks_For" See also @seclink["Syntax_Properties_that_Check_Syntax_Looks_For"
#:doc '(lib "scribblings/tools/tools.scrbl")] #:doc '(lib "scribblings/tools/tools.scrbl")
#:indirect? #t]{Check Syntax}
for one client of the @racket['disappeared-use] and @racket['disappeared-binding] for one client of the @racket['disappeared-use] and @racket['disappeared-binding]
properties. properties.