bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 78a517a34d6655af288b45c3fc09bbd4c8561d8f
parent 267fd52984cb6a54a19a4e8f39e762b33b5e943a
Author: Vincent St-Amour <stamourv@racket-lang.org>
Date:   Wed, 24 Aug 2016 15:27:58 -0500

setup-plt -> raco setup

Survived unnoticed for 6+ years.

Diffstat:
Mscribble-doc/scribblings/scribble/base.scrbl | 2+-
Mscribble-doc/scribblings/scribble/config.scrbl | 2+-
Mscribble-doc/scribblings/scribble/core.scrbl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scribble-doc/scribblings/scribble/base.scrbl b/scribble-doc/scribblings/scribble/base.scrbl @@ -605,7 +605,7 @@ Inserts a reference to the section tagged @racket[tag]. If @racket[#:doc module-path] is provided, the @racket[tag] refers to a tag with a prefix determined by @racket[module-path]. When -@exec{setup-plt} renders documentation, it automatically adds a tag +@exec{raco setup} renders documentation, it automatically adds a tag prefix to the document based on the source module. Thus, for example, to refer to a section of the Racket reference, @racket[module-path] would be @racket['(lib diff --git a/scribble-doc/scribblings/scribble/config.scrbl b/scribble-doc/scribblings/scribble/config.scrbl @@ -172,7 +172,7 @@ configurable in the former way, since a document class determines a set of page-layout and font properties that are used by other commands. The style-replacement kind of configuration corresponds to re-defining Latex macros or overriding CSS class attributes. When -@exec{setup-plt} builds PDF documentation, it uses both kinds of +@exec{raco setup} builds PDF documentation, it uses both kinds of configuration to produce a standard layout for Racket manuals; that is, it selects a particular page layout, and it replaces some @racketmodname[racket/base] styles. diff --git a/scribble-doc/scribblings/scribble/core.scrbl b/scribble-doc/scribblings/scribble/core.scrbl @@ -463,7 +463,7 @@ The recognized @tech{style properties} are as follows: be set separately for parts that start different HTML pages, otherwise it is effectively inherited by sub-parts; the default is @racket["scribble-racket-lang.org"], but - @exec{setup-plt} installs @racket["doc-racket-lang.org"] as the + @exec{raco setup} installs @racket["doc-racket-lang.org"] as the @tt{id} for any document that it builds.} @item{@racket[attributes] structure --- Provides additional HTML