changeset 2454:8d5c4ec28e19

[project @ 1996-11-01 07:43:54 by jwe]
author jwe
date Fri, 01 Nov 1996 07:43:54 +0000
parents 9c16c6c80e31
children 22af83aceafb
files ChangeLog PROJECTS octMakefile.in
diffstat 3 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 31 22:24:28 1996 +0000
+++ b/ChangeLog	Fri Nov 01 07:43:54 1996 +0000
@@ -1,3 +1,8 @@
+Fri Nov  1 01:33:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* octMakefile.in (octave-bug, mkoctfile): After substituting
+	values, chmod a+rx.
+
 Thu Oct 31 13:50:06 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* octMakefile.in (DISTFILES): Add NEWS.[0-9].
--- a/PROJECTS	Thu Oct 31 22:24:28 1996 +0000
+++ b/PROJECTS	Fri Nov 01 07:43:54 1996 +0000
@@ -540,6 +540,12 @@
   * Implement some functions for interprocess communication:  bind,
     accept, connect, gethostbyname, etc.
 
+  * The installation process should also install octave.el.  This
+    needs to detect the appropriate Emacs binary to use to
+    byte-compile the .el file.  Following GNU Emacs philosophy,
+    installation would be into $(prefix)/share/emacs/site-lisp by
+    default, but it should be selectable.
+
   * The ability to transparently handle very large files:
 
     Juhana K Kouhia <kouhia@nic.funet.fi> wrote:
--- a/octMakefile.in	Thu Oct 31 22:24:28 1996 +0000
+++ b/octMakefile.in	Fri Nov 01 07:43:54 1996 +0000
@@ -62,9 +62,11 @@
 
 octave-bug: octave-bug.in Makeconf octMakefile
 	@$(do-subst-config-vals)
+	chmod a+rx $@
 
 mkoctfile: mkoctfile.in Makeconf octMakefile
 	@$(do-subst-config-vals)
+	chmod a+rx $@
 
 $(SUBDIRS):
 	echo making all in $@