Fix references to raco setup and raco make in generate-stripped-directory doc.

This commit is contained in:
Alexander McLin 2018-10-09 17:49:03 -04:00 committed by Matthew Flatt
parent af9cf01ea3
commit 6c0d193132

View File

@ -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)]