From 6f733e96b7a0f3ffd887a398cf7dec2de162784a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 19 May 2010 14:24:38 -0600 Subject: [PATCH] document and index .zo extension in Guide merge to 5.0 --- collects/scribblings/guide/compile.scrbl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/guide/compile.scrbl b/collects/scribblings/guide/compile.scrbl index aa6a1c0b8c..aeb79a8c27 100644 --- a/collects/scribblings/guide/compile.scrbl +++ b/collects/scribblings/guide/compile.scrbl @@ -19,7 +19,11 @@ Racket installation. you'd like to compile it to bytecode, along with all of its dependencies, so that it loads more quickly, then run - @commandline{raco make take-over-the-world.rkt}} + @commandline{raco make take-over-the-world.rkt} + + The bytecode file is written as @filepath{take-over-the-world_rkt.zo} + in a @filepath{compiled} subdirectory; @index[".zo"]{@filepath{.zo}} + is the file suffix for a bytecode file.} @item{@exec{raco setup} manages a Racket installation, including