changeset 2744:db955f60e3d2 octave-forge

The file src/files is in fact named src/FILES
author adb014
date Wed, 25 Oct 2006 03:42:32 +0000
parents a5f2dec3b3c4
children 4b4fbe3a7c2b
files admin/template.ndev
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/template.ndev	Tue Oct 24 02:12:08 2006 +0000
+++ b/admin/template.ndev	Wed Oct 25 03:42:32 2006 +0000
@@ -299,9 +299,9 @@
 	package manager will execute "./configure" in this directory
 	is this script exists, and will then call "make" if a file
 	"Makefile" exists in this directory. "make install" will
-	however not be called. If a file called "files" exist all
+	however not be called. If a file called "FILES" exist all
 	files listed there will be copied to the "inst" directory, so
-	they also will be installed. If the "src/files" file doesn't
+	they also will be installed. If the "src/FILES" file doesn't
 	exist "src/*.m" and "src/*.oct" will be copied to
 	"inst". There are two reasons for doing this rather than "make
 	install":