changeset 5788:c3e8552402ab

[project @ 2006-05-04 12:19:01 by jwe]
author jwe
date Thu, 04 May 2006 12:20:52 +0000
parents beb5b95de2c0
children 7d77b6839ca7
files ChangeLog octMakefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 04 01:18:34 2006 +0000
+++ b/ChangeLog	Thu May 04 12:20:52 2006 +0000
@@ -1,3 +1,7 @@
+2006-05-04  John W. Eaton  <jwe@octave.org>
+
+	* octMakefile.in (SHELL_SCRIPTS): Include run-octave in the list.
+
 2006-05-02  John W. Eaton  <jwe@octave.org>
 
 	* NEWS: New contents for 3.0.
--- a/octMakefile.in	Thu May 04 01:18:34 2006 +0000
+++ b/octMakefile.in	Thu May 04 12:20:52 2006 +0000
@@ -56,7 +56,7 @@
   $(shell echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') \
   $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')
 
-SHELL_SCRIPTS = octave-bug octave-config mkoctfile
+SHELL_SCRIPTS = octave-bug octave-config mkoctfile run-octave
 
 all: $(SHELL_SCRIPTS) $(filter-out libcruft liboctave, $(SUBDIRS))
 .PHONY: all