From 6c0d1931329cfecf43a49bbad0791407d85418fa Mon Sep 17 00:00:00 2001 From: Alexander McLin Date: Tue, 9 Oct 2018 17:49:03 -0400 Subject: [PATCH] Fix references to `raco setup` and `raco make` in `generate-stripped-directory` doc. --- pkgs/racket-doc/pkg/scribblings/strip.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/pkg/scribblings/strip.scrbl b/pkgs/racket-doc/pkg/scribblings/strip.scrbl index 416f335ff7..5339385c40 100644 --- a/pkgs/racket-doc/pkg/scribblings/strip.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/strip.scrbl @@ -224,7 +224,7 @@ omissions and updates corresponding to the creation of a @tech{source package}, @tech{binary package}, @tech{binary library package}, or @tech{built package} as indicated by @racket[mode].} Note, @racket[generate-stripped-directory] does not compile or render source files found in the @racket[src-dir]. To perform precompilation or rendering before stripping the source directory, -use @command-ref{setup} or @command-ref{make}. +use @exec{raco setup} or @exec{raco make}. @defproc[(check-strip-compatible [mode (or/c 'source 'binary 'binary-lib 'built)]