changeset 94:203fc5aecba9 octave-forge

Append / to directory names to allow get_contents script to add HTML fixed font markup.
author alnd
date Wed, 02 Jan 2002 13:07:17 +0000
parents 0a14423ff73f
children 32a07b48e913
files FIXES/CONTENTS doc/CONTENTS extra/CONTENTS
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/FIXES/CONTENTS	Wed Jan 02 02:01:59 2002 +0000
+++ b/FIXES/CONTENTS	Wed Jan 02 13:07:17 2002 +0000
@@ -1,4 +1,4 @@
 Alternatives to existing Octave functions.  Some of these are 
-needed by the functions in main, some are needed for 
+needed by the functions in main/, some are needed for 
 compatibility with Matlab, and some are faster than the Octave
 alternatives.
--- a/doc/CONTENTS	Wed Jan 02 02:01:59 2002 +0000
+++ b/doc/CONTENTS	Wed Jan 02 13:07:17 2002 +0000
@@ -1,4 +1,4 @@
 Documentation for octave in general.  Documentation for specific
-packages goes into the doc subdirectory of the individual package 
+packages goes into the doc/ subdirectory of the individual package 
 directories.  There are no standards for documentation at this
 time.
--- a/extra/CONTENTS	Wed Jan 02 02:01:59 2002 +0000
+++ b/extra/CONTENTS	Wed Jan 02 13:07:17 2002 +0000
@@ -1,6 +1,6 @@
 Packages which:
-   * are too narrow in scope for main, or
-   * act as alternatives for functions in main, or
+   * are too narrow in scope for main/, or
+   * act as alternatives for functions in main/, or
    * do not follow octave conventions (because they want
      to retain compatibility with matlab for example), or
    * are primarily developed elsewhere, or