# HG changeset patch # User John W. Eaton # Date 1234207125 18000 # Node ID ccdab7f029a342ec58dfe82f9550c71bb92d1c05 # Parent 236ff50db90f61a093d13cbc35bd1d2d9eeb9882 examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS diff -r 236ff50db90f -r ccdab7f029a3 ChangeLog --- 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 + + * examples/Makefile.in (EXAMPLE_SOURCES): Delete unused variable. + (SUBDIRS, DISTSUBDIRS): Don't reset to empty. + 2009-02-08 John W. Eaton * install-octave.in: Delete. diff -r 236ff50db90f -r ccdab7f029a3 examples/Makefile.in --- 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 # . -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 diff -r 236ff50db90f -r ccdab7f029a3 src/ChangeLog --- 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 + * 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.