changeset 6573:9180be9d3d08

[project @ 2007-04-25 04:27:16 by jwe]
author jwe
date Wed, 25 Apr 2007 04:27:16 +0000
parents 8e7148b84b59
children d5d6a670f137
files ChangeLog doc/ChangeLog scripts/miscellaneous/mkoctfile.m
diffstat 3 files changed, 19 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 25 04:14:49 2007 +0000
+++ b/ChangeLog	Wed Apr 25 04:27:16 2007 +0000
@@ -1,3 +1,12 @@
+2007-04-25  John W. Eaton  <jwe@octave.org>
+
+	* examples/addtwomatrices.cc, examples/celldemo.cc,
+	examples/fortdemo.cc, examples/funcdemo.cc,
+	examples/globaldemo.cc, examples/helloworld.cc,
+	examples/stringdemo.cc, examples/structdemo.cc,
+	examples/unwinddemo.cc, examples/fortsub.f: New files.
+	* examples/Makefile.in (SOURCES): Add them to the list.
+
 2007-04-20  John W. Eaton  <jwe@octave.org>
 
 	* configure.in: Don't check for ARPACK.
--- a/doc/ChangeLog	Wed Apr 25 04:14:49 2007 +0000
+++ b/doc/ChangeLog	Wed Apr 25 04:27:16 2007 +0000
@@ -1,10 +1,3 @@
-2007-04-24  John W. Eaton  <jwe@octave.org>
-
-	* Makefile (EXAMPLE_SOURCES): New variable.
-	(octave.info, octave.dvi, octave.pdf, HTML/index.html):
-	Depend on $(EXAMPLE_SOURCES).
-	(DISTFILES): Include $(EXAMPLE_SOURCES) in the list.
-
 2007-04-24  David Bateman  <dbateman@free.fr>
 
 	* interpreter/octave.texi: Include dynamic.texi as appendix and
--- a/scripts/miscellaneous/mkoctfile.m	Wed Apr 25 04:14:49 2007 +0000
+++ b/scripts/miscellaneous/mkoctfile.m	Wed Apr 25 04:27:16 2007 +0000
@@ -44,7 +44,8 @@
 ## @item -L DIR
 ## Add the library directory DIR to the link command.
 ##
-## @item -M|--depend 
+## @item -M
+## @itemx --depend 
 ## Generate dependency files (.d) for C and C++ source files.
 ##          
 ## @item -c
@@ -53,12 +54,14 @@
 ## @item -g
 ## Enable debugging options for compilers.
 ##
-## @item -o FILE|--output FILE  
+## @item -o FILE
+## @itemx --output FILE  
 ## Output file name.  Default extension is .oct
 ## (or .mex if --mex is specified) unless linking
 ## a stand-alone executable.
 ##
-## @item -p VAR|--print VAR
+## @item -p VAR
+## @itemx --print VAR
 ## Print the configuration variable VAR.  Recognized variables are: 
 ##
 ## @example             
@@ -91,10 +94,12 @@
 ## Assume we are creating a MEX file.  Set the default output extension 
 ## to ".mex".
 ##
-## @item -s|--strip
+## @item -s
+## @itemx --strip
 ## Strip the output file.
 ##
-## @item -v|--verbose
+## @item -v
+## @itemx --verbose
 ## Echo commands as they are executed.
 ##
 ## @item file