From a9f304ae349840a01d4b087b15f2f3a0af084619 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Tue, 8 Oct 2013 18:31:23 -0400
Subject: [PATCH] Mention program-op briefly in the manual.

---
 doc/asdf.texinfo | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 55216698..b4488390 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -1662,6 +1662,21 @@ as part of a separate system @code{asdf-bundle},
 itself descended from @code{asdf-ecl}.
 @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
 @comment  node-name,  next,  previous,  up
-- 
GitLab