From 473a3f557355cd373a912f1d18c1c9c420702f2e Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 20 Apr 2017 14:19:53 -0700 Subject: [PATCH] doc update for info.rkt files specifically, mention that info.rkt files do not provoke package conflicts --- pkgs/racket-doc/pkg/scribblings/pkg.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 1d3691c929..fb042484f4 100644 --- a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -367,7 +367,8 @@ of the base Racket implementation. For example, any package that contains @filepath{racket/list.rkt} is in conflict with Racket. For the purposes of conflicts, a module is a file that ends in -@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}. +@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}, with the +exception of files named @filepath{info.rkt}. @subsection[#:tag "concept:updates"]{Package Updates}