Skip to content
Snippets Groups Projects
Commit a9f304ae authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Mention program-op briefly in the manual.

parent 5ce7baca
No related branches found
No related tags found
No related merge requests found
...@@ -1662,6 +1662,21 @@ as part of a separate system @code{asdf-bundle}, ...@@ -1662,6 +1662,21 @@ as part of a separate system @code{asdf-bundle},
itself descended from @code{asdf-ecl}. itself descended from @code{asdf-ecl}.
@end deffn @end deffn
@deffn Operation @code{program-op}
This operation will create an executable program
from the specified system and its dependencies.
See the example in
@file{test/test-program.script},
@file{test/make-hello-world.lisp},
@file{{test/hello-world-example.asd},
@file{test/hello.lisp}.
You can use UIOP for its pre-image-dump hooks, its post-image-restore hooks,
and its access to command-line arguments.
@end deffn
@node Creating new operations, , Predefined operations of ASDF, Operations @node Creating new operations, , Predefined operations of ASDF, Operations
@comment node-name, next, previous, up @comment node-name, next, previous, up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment