diff doc/interpreter/mkoctfile.1 @ 5864:e884ab4f29ee

[project @ 2006-06-22 00:57:27 by jwe]
author jwe
date Thu, 22 Jun 2006 00:57:28 +0000
parents 0559ebb94bf0
children 500d884ae373
line wrap: on
line diff
--- a/doc/interpreter/mkoctfile.1
+++ b/doc/interpreter/mkoctfile.1
@@ -36,7 +36,8 @@
 Compile but do not link.
 .TP 8
 .B \-o FILE|\-\-output FILE
-Output file name; default extension is .oct.
+Output file name; default extension is .oct (or .mex if --mex is
+specified) unless linking a stand-alone executable.
 .TP
 .B \-p VAR|\-\-print VAR
 Print configuration variable VAR.  Recognized variables are:
@@ -65,6 +66,9 @@
 .TP 8
 .B \-\-link-stand-alone
 Link a stand-alone executable file.
+.B \-\-mex
+Assume we are creating a MEX file.  Set the default output extension
+to .mex.
 .TP 8
 .B \-s|--strip
 Strip the output file.