clarification
svn: r8628
This commit is contained in:
parent
262f2da407
commit
ba779ff7cb
|
@ -80,14 +80,15 @@ following fields are used:
|
||||||
required by other files that are compiled, however, will get
|
required by other files that are compiled, however, will get
|
||||||
compiled in the process, even when listed with this field.}
|
compiled in the process, even when listed with this field.}
|
||||||
|
|
||||||
@item{@scheme[compile-zo-omit-files] - A List of filenames to extend
|
@item{@scheme[compile-zo-omit-files] : A List of filenames to extend
|
||||||
the list for @scheme[compile-omit-files]. Historically, this
|
the list for @scheme[compile-omit-files]. Historically, this
|
||||||
list of files was not used for other compilation modes that are
|
list of files was not used for other compilation modes that are
|
||||||
no longer supported.}
|
no longer supported.}
|
||||||
|
|
||||||
@item{@scheme[compile-subcollections] : A list of collection paths,
|
@item{@scheme[compile-subcollections] : A list of collection paths,
|
||||||
where each path is a list of
|
where each path is a list of strings specifying a collection
|
||||||
strings. @scheme[compile-collection-extension] is applied to
|
(from the collection root, not relative).
|
||||||
|
@scheme[compile-collection-extension] is applied to
|
||||||
each of the collections.}
|
each of the collections.}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,7 +100,7 @@ The compilation process is driven by @scheme[managed-compile-zo] from
|
||||||
@schememodname[compiler/cm].}
|
@schememodname[compiler/cm].}
|
||||||
|
|
||||||
|
|
||||||
@defproc[(compile-directory-zos [path path-string?]
|
@defproc[(compile-directory-zos [path path-string?]
|
||||||
[info ()])
|
[info ()])
|
||||||
void?]{
|
void?]{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user