From 4bcdb9a3a3efc4b594adbba04b226adcca89dbda Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 8 Dec 2014 12:33:00 -0700 Subject: [PATCH] pkg info.rkt: refine specification of `distribution-preference` --- pkgs/racket-doc/pkg/scribblings/pkg.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 4212d086ab..1100598cc5 100644 --- a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -1108,7 +1108,9 @@ The following @filepath{info.rkt} fields are used by the package manager: (but not a guarantee that it will be distributed as such). Absence of this definition implies @racket['binary] if the package has no @filepath{.rkt} or @filepath{.scrbl} files - other than @filepath{info.rkt} files, otherwise absence implies + other than @filepath{info.rkt} files, and if it has any + @filepath{.so}, @filepath{.dll}, @filepath{.dylib}, or + @filepath{.framework} files; otherwise, absence implies @racket['built].} @item{@racketidfont{package-content-state} --- a list of two items;