changeset 10996:72640afb02b9

mkoctfile.m: Change help text to be consistent with the shell version.
author Ben Abbott <bpabbott@mac.com>
date Sun, 19 Sep 2010 12:25:31 -0400
parents e81914f3921f
children 65c14c052fe3
files scripts/ChangeLog scripts/miscellaneous/mkoctfile.m
diffstat 2 files changed, 22 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-19  Ben Abbott <bpabbott@mac.com>
+
+	* miscellaneous/mkoctfile.m: Change help text to be consistent with
+	the shell version.
+
 2010-09-18  David Bateman  <dbateman@free.fr>
 
 	* plot/__go_draw_axes__.m: Modify legend code to use data from legend
--- a/scripts/miscellaneous/mkoctfile.m
+++ b/scripts/miscellaneous/mkoctfile.m
@@ -46,7 +46,18 @@
 ## @item -M
 ## @itemx --depend 
 ## Generate dependency files (.d) for C and C++ source files.
-##          
+##
+## @item -R DIR
+## Add the runtime path to the link command.
+##
+## @item -Wl,@dots{}
+## Pass flags though the linker like "-Wl,-rpath=@dots{}".
+## The quotes are needed since commas are interpreted as command
+## separators.
+##
+## @item -W@dots{}
+## Pass flags though the compiler like "-Wa,OPTION".
+##
 ## @item -c
 ## Compile but do not link.
 ##
@@ -110,9 +121,12 @@
 ##                   .cc   C++ source
 ##                   .C    C++ source
 ##                   .cpp  C++ source
-##                   .f    Fortran source
-##                   .F    Fortran source
+##                   .f    Fortran source (fixed form)
+##                   .F    Fortran source (fixed form)
+##                   .f90  Fortran source (free form)
+##                   .F90  Fortran source (free form)
 ##                   .o    object file
+##                   .a    library file
 ## @end group
 ## @end example
 ##