# HG changeset patch # User jwe # Date 854560299 0 # Node ID 8fbc52dfc4c3c4786af3945499e70009df9c719b # Parent f9492444329e9c49a18c81d29c3552c75c3461fd [project @ 1997-01-29 17:51:11 by jwe] diff -r f9492444329e -r 8fbc52dfc4c3 ChangeLog --- 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 + * 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. diff -r f9492444329e -r 8fbc52dfc4c3 doc/ChangeLog --- 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 + + * 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 * Version 2.0.2 released. diff -r f9492444329e -r 8fbc52dfc4c3 doc/Makefile.in --- 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 $@ diff -r f9492444329e -r 8fbc52dfc4c3 doc/interpreter/func.texi --- 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 diff -r f9492444329e -r 8fbc52dfc4c3 examples/Makefile.in --- 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: