From 168291c89df4a3311a382208cec71dd727117307 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 31 Aug 2011 16:53:29 -0400 Subject: [PATCH] Use the right Scribble form for flags. --- collects/scribblings/raco/exe.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/raco/exe.scrbl b/collects/scribblings/raco/exe.scrbl index cb2d6f6f0e..2d02b26628 100644 --- a/collects/scribblings/raco/exe.scrbl +++ b/collects/scribblings/raco/exe.scrbl @@ -37,7 +37,7 @@ Library modules or other files that are referenced dynamically---through @racket[eval], @racket[load], or @racket[dynamic-require]---are not automatically embedded into the created executable. Such modules can be explicitly included using the -@exec{++lib} flag to @exec{raco exe}. Alternately, use +@DPFlag{lib} flag to @exec{raco exe}. Alternately, use @racket[define-runtime-path] to embed references to the run-time files in the executable; the files are then copied and packaged together with the executable when creating a distribution (as described in