removed old comment about elaboration-time files being omitted from compilations

svn: r3401
This commit is contained in:
Eli Barzilay 2006-06-18 16:44:13 +00:00
parent c16fd0009e
commit 24d316029e

View File

@ -122,7 +122,7 @@ next section.
file. If `dest-dir' is 'auto, each .zo file is placed in a file. If `dest-dir' is 'auto, each .zo file is placed in a
"compiled" subdirectory relative to the source file. (The "compiled" subdirectory relative to the source file. (The
directory is created if necessary.) directory is created if necessary.)
Collection compilation Collection compilation
---------------------- ----------------------
@ -144,12 +144,9 @@ next section.
> compile-omit-files - a list of filenames (without paths); all > compile-omit-files - a list of filenames (without paths); all
Scheme files in the collection are compiled except for the Scheme files in the collection are compiled except for the
files in this list. If a file contains elaboration time files in this list. Note: files that are required by other
expressions (e.g., macros, signatures) that are not intended files that are compiled will get compiled in the process even
to be local to the file, then the file should be included in when listed here.
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 > compile-extension-omit-files - a list of filenames to extend
the list returned for `compile-omit-files'. Unlike the list the list returned for `compile-omit-files'. Unlike the list