From 3363279b5f25f519a8717899b54db6b7b2a370e9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 9 Apr 2013 10:38:39 -0600 Subject: [PATCH] doc clarification (cherry picked from commit 8d7c231cd8441079396e7c9dd5894f807af73dce) --- collects/pkg/scribblings/pkg.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/pkg/scribblings/pkg.scrbl b/collects/pkg/scribblings/pkg.scrbl index 80e7629fce..9e7f6f9292 100644 --- a/collects/pkg/scribblings/pkg.scrbl +++ b/collects/pkg/scribblings/pkg.scrbl @@ -443,7 +443,9 @@ Optionally, enter your directory and create a basic @filepath{info.rkt} file: The @filepath{info.rkt} file is not necessary if you have no dependencies, but you may wish to create it to simplify adding dependencies in the -future. +future. (Note that this @filepath{info.rkt} is for the package, not for +a collection; definitions such as @racket[scribblings] or +@racket[raco-commands] work only in a collection's @filepath{info.rkt}.) Next, inside the @nonterm{package} directory, create directories for the collections and modules that your package will provide. For