From 24d316029e28a69bd51db44bbcf959402a1f3ef0 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 18 Jun 2006 16:44:13 +0000 Subject: [PATCH] removed old comment about elaboration-time files being omitted from compilations svn: r3401 --- collects/compiler/doc.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/collects/compiler/doc.txt b/collects/compiler/doc.txt index 3feea8f1ee..99bc6d7432 100644 --- a/collects/compiler/doc.txt +++ b/collects/compiler/doc.txt @@ -122,7 +122,7 @@ next section. file. If `dest-dir' is 'auto, each .zo file is placed in a "compiled" subdirectory relative to the source file. (The directory is created if necessary.) - + Collection compilation ---------------------- @@ -144,12 +144,9 @@ next section. > compile-omit-files - a list of filenames (without paths); all Scheme files in the collection are compiled except for the - files in this list. If a file contains elaboration time - expressions (e.g., macros, signatures) that are not intended - to be local to the file, then the file should be included in - this list. Note: files that are required by other files that - are compiled will get compiled in the process even when - listed here. + files in this list. Note: files that are required by other + files that are compiled will get compiled in the process even + when listed here. > compile-extension-omit-files - a list of filenames to extend the list returned for `compile-omit-files'. Unlike the list