From fcefabf519c7e30f22b8604b7ee6a83df2ea304a Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 2 Aug 2005 15:20:51 +0000 Subject: [PATCH] Patch by J. Stecklina --- src/doc/devel.txi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/doc/devel.txi b/src/doc/devel.txi index 858c967a9..1dd3349a2 100644 --- a/src/doc/devel.txi +++ b/src/doc/devel.txi @@ -185,9 +185,11 @@ libraries, standalone executable programs, or larger FASL files. @node Building standalone executables, Building libraries, Compiling files, Building programs @section Building standalone executables -To build an executable you need a working @ecl{} image with the compiler. The -function to build customized images is @var{c::build-program}. The description of -this function is as follows. +To build an executable you need a working @ecl{} image with the +compiler. The function to build customized images is +@var{c::build-program}. The description of this function is as +follows. Care should be taken that @var{image-name} differs from any +filename in @var{lisp-files}. @defun {c:build-program} @{@var{image-name} @keys{} @var{lisp-files} @var{ld-flags} @var{prologue-code} @var{epilogue-code}@}