From d576756a11841e563c2c3aa24926376baa4da802 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 12 Jul 2013 06:20:15 -0600 Subject: [PATCH] remove a documentation dependency --- pkgs/racket-pkgs/racket-doc/info.rkt | 1 - pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl | 4 ++-- pkgs/racket-pkgs/racket-doc/scribblings/guide/graphics.scrbl | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/info.rkt b/pkgs/racket-pkgs/racket-doc/info.rkt index 9d8e46162d..9fd61f91a1 100644 --- a/pkgs/racket-pkgs/racket-doc/info.rkt +++ b/pkgs/racket-pkgs/racket-doc/info.rkt @@ -12,7 +12,6 @@ (define build-deps '("compatibility-doc" "drracket" "errortrace-doc" - "htdp-doc" "sgl" "typed-racket-doc" "unstable" diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl index e1d60eb13b..99d9f39a5a 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/dialects.scrbl @@ -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 diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/graphics.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/graphics.scrbl index 7148aa4faf..7f692d189f 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/graphics.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/graphics.scrbl @@ -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