changeset 2645:8fbc52dfc4c3

[project @ 1997-01-29 17:51:11 by jwe]
author jwe
date Wed, 29 Jan 1997 17:51:39 +0000
parents f9492444329e
children 5adf5280858c
files ChangeLog doc/ChangeLog doc/Makefile.in doc/interpreter/func.texi examples/Makefile.in
diffstat 5 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 29 17:27:20 1997 +0000
+++ b/ChangeLog	Wed Jan 29 17:51:39 1997 +0000
@@ -1,5 +1,8 @@
 Wed Jan 29 00:18:55 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* examples/Makefile.in (install): Install info-emacs-info and
+	info-emacs-octave-help in $(archlibdir).
+
 	* configure.in (INSTALL_SCRIPT): Substitute this in Makefiles.
 	* octMakefile.in (INSTALL_SCRIPT): New macro.
 	(install): Use it.
--- a/doc/ChangeLog	Wed Jan 29 17:27:20 1997 +0000
+++ b/doc/ChangeLog	Wed Jan 29 17:51:39 1997 +0000
@@ -1,3 +1,9 @@
+Wed Jan 29 11:49:25 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be
+	.PHONY so that we will always check the interpreter makefile to
+	get the proper dependencies.
+
 Mon Jan 27 15:52:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Version 2.0.2 released.
--- a/doc/Makefile.in	Wed Jan 29 17:27:20 1997 +0000
+++ b/doc/Makefile.in	Wed Jan 29 17:51:39 1997 +0000
@@ -33,9 +33,11 @@
 
 ../INSTALL.OCTAVE:
 	cd interpreter ; $(MAKE) ../../INSTALL.OCTAVE
+.PHONY: ../INSTALL.OCTAVE
 
 ../BUGS:
 	cd interpreter ; $(MAKE) ../../BUGS
+.PHONY: ../BUGS
 
 $(SUBDIRS):
 	echo making all in $@
--- a/doc/interpreter/func.texi	Wed Jan 29 17:27:20 1997 +0000
+++ b/doc/interpreter/func.texi	Wed Jan 29 17:51:39 1997 +0000
@@ -743,7 +743,7 @@
 
 @deftypefn {Built-in Function} {} source (@var{file})
 Parse and execute the contents of @var{file}.  This is equivalent to
-executing commands from a script file, but without requiring the file ot
+executing commands from a script file, but without requiring the file to
 be name @var{file}.m.
 @end deftypefn
 
--- a/examples/Makefile.in	Wed Jan 29 17:27:20 1997 +0000
+++ b/examples/Makefile.in	Wed Jan 29 17:51:39 1997 +0000
@@ -34,6 +34,9 @@
 .PHONY: all
 
 install:
+	for f in $(SCRIPTS); do \
+	  $(INSTALL_SCRIPT) $(srcdir)/$$f $(archlibdir)/$$f ; \
+	done
 .PHONY: install
 
 tags: