Finally, the typesetting of the script produced by the second stage of
the Declt
pipeline may be adjusted with the following options. They
are passed along to the typeset
function (see Typesetting),
along with the library’s script.
:output-directory
¶The generated file’s directory. It defaults to the current directory.
:file-name
¶The base name of the generated file, sans extension. It defaults to the system name.
:info-name
¶The base name of the Info file, sans extension. It defaults to FILE-NAME. This option is provided because the Info file name appears in the Texinfo source.
:info-category
¶The category under which the documentation will be listed in Info
browsers. This corresponds to the @dircategory
command in
Texinfo, and defaults to "Common Lisp"
.