remove a documentation dependency

This commit is contained in:
Matthew Flatt 2013-07-12 06:20:15 -06:00
parent 6c78bb0563
commit d576756a11
3 changed files with 4 additions and 5 deletions

View File

@ -12,7 +12,6 @@
(define build-deps '("compatibility-doc"
"drracket"
"errortrace-doc"
"htdp-doc"
"sgl"
"typed-racket-doc"
"unstable"

View File

@ -137,8 +137,8 @@ information about running @|r6rs| programs with Racket.
The @|HtDP| textbook relies on pedagogic variants of Racket that
smooth the introduction of programming concepts for new programmers.
The languages are documented in @other-manual['(lib
"scribblings/htdp-langs/htdp-langs.scrbl")].
See @other-doc['(lib "scribblings/htdp-langs/htdp-langs.scrbl")
#:indirect @list{@|HtDP| language}].
The @|HtDP| languages are typically not used with @hash-lang[]
prefixes, but are instead used within DrRacket by selecting the

View File

@ -37,12 +37,12 @@ interfaces (GUIs):
See @other-doc['(lib "scribblings/slideshow/slideshow.scrbl")]
for more information.}
@item{The @racketmodname[2htdp/image] library is similar to
@item{The @racketmodname[2htdp/image #:indirect] library is similar to
@racketmodname[pict]. It is more streamlined for
pedagogical use, but also slightly more specific to screen and
bitmap drawing.
See @racketmodname[2htdp/image] for more information.}
See @racketmodname[2htdp/image #:indirect] for more information.}
@item{The @racketmodname[sgl] library provides OpenGL for 3-D
graphics. The context for rendering OpenGL can be a window or