changeset 8705:ccdab7f029a3

examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
author John W. Eaton <jwe@octave.org>
date Mon, 09 Feb 2009 14:18:45 -0500
parents 236ff50db90f
children 280fb6b699b8
files ChangeLog examples/Makefile.in src/ChangeLog
diffstat 3 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 09 13:23:09 2009 -0500
+++ b/ChangeLog	Mon Feb 09 14:18:45 2009 -0500
@@ -1,3 +1,8 @@
+2009-02-09  John W. Eaton  <jwe@octave.org>
+
+	* examples/Makefile.in (EXAMPLE_SOURCES): Delete unused variable.
+	(SUBDIRS, DISTSUBDIRS): Don't reset to empty.
+
 2009-02-08  John W. Eaton  <jwe@octave.org>
 
 	* install-octave.in: Delete.
--- a/examples/Makefile.in	Mon Feb 09 13:23:09 2009 -0500
+++ b/examples/Makefile.in	Mon Feb 09 14:18:45 2009 -0500
@@ -18,9 +18,6 @@
 # along with Octave; see the file COPYING.  If not, see
 # <http://www.gnu.org/licenses/>.
 
-EXAMPLE_SOURCES = 
-
-
 TOPDIR = ..
 
 srcdir = @srcdir@
@@ -78,10 +75,6 @@
 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES) $(SCRIPTS)) \
 	 $(IMAGE_FILES)
 
-SUBDIRS = 
-
-DISTSUBDIRS = 
-
 all: $(SUBDIRS) octave.desktop
 .PHONY: all
 
--- a/src/ChangeLog	Mon Feb 09 13:23:09 2009 -0500
+++ b/src/ChangeLog	Mon Feb 09 14:18:45 2009 -0500
@@ -1,5 +1,9 @@
 2009-02-09  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 3.1.52.
+	(OCTAVE_RELEASE_DATE): Now 2009-02-09.
+	(OCTAVE_COPYRIGHT): Update year.
+
 	* load-path.cc (dir_info::update, dir_info::initialize):
 	Likewise, to allow some functionality if getcwd fails.