changeset 5745:0559ebb94bf0

[project @ 2006-04-06 20:33:40 by jwe]
author jwe
date Thu, 06 Apr 2006 20:33:41 +0000
parents 1c36a2e82266
children e4e93452fd3e
files doc/ChangeLog doc/interpreter/mkoctfile.1 scripts/ChangeLog scripts/miscellaneous/mkoctfile.m
diffstat 4 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Apr 06 19:38:35 2006 +0000
+++ b/doc/ChangeLog	Thu Apr 06 20:33:41 2006 +0000
@@ -1,3 +1,7 @@
+2006-04-06  Keith Goodman  <kwgoodman@gmail.com>
+
+	* interpreter/mkoctfile.1: Doc string fix.
+
 2006-04-03  David Bateman  <dbateman@free.fr>
 
 	* interpreter/matrix.txi: Add rande, randp, randg and update
--- a/doc/interpreter/mkoctfile.1	Thu Apr 06 19:38:35 2006 +0000
+++ b/doc/interpreter/mkoctfile.1	Thu Apr 06 20:33:41 2006 +0000
@@ -63,6 +63,9 @@
     FFLAGS
 .RE
 .TP 8
+.B \-\-link-stand-alone
+Link a stand-alone executable file.
+.TP 8
 .B \-s|--strip
 Strip the output file.
 .TP 8
@@ -70,7 +73,7 @@
 Echo commands as they are executed.
 .TP 8
 .B file
-Compile or linke file. Recognised file types are 
+Compile or link file. Recognised file types are 
 .RS
     .c    C source
     .cc   C++ source
--- a/scripts/ChangeLog	Thu Apr 06 19:38:35 2006 +0000
+++ b/scripts/ChangeLog	Thu Apr 06 20:33:41 2006 +0000
@@ -1,3 +1,7 @@
+2006-04-06  Keith Goodman  <kwgoodman@gmail.com>
+
+	* miscellaneous/mkoctfile.m: Doc string fix.
+
 2006-04-05  John W. Eaton  <jwe@octave.org>
 
 	* plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2
--- a/scripts/miscellaneous/mkoctfile.m	Thu Apr 06 19:38:35 2006 +0000
+++ b/scripts/miscellaneous/mkoctfile.m	Thu Apr 06 20:33:41 2006 +0000
@@ -79,6 +79,9 @@
 ##    FFLAGS
 ## @end example
 ##
+## @item --link-stand-alone
+## Link a stand-alone executable file.
+##
 ## @item -s|--strip
 ## Strip the output file.
 ##