changeset 5579:03d2e1df7c1b

[project @ 2005-12-14 03:13:54 by jwe]
author jwe
date Wed, 14 Dec 2005 03:13:54 +0000
parents 591e9accd44c
children 9cde5eb6f18b
files ChangeLog examples/Makefile.in scripts/ChangeLog
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-13  John W. Eaton  <jwe@octave.org>
+
+	* examples/Makefile.in (install install-strip): Fix typo.
+	From William Poetra Yoga Hadisoeseno <williampoetra@gmail.com>.
+
 2005-12-05  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
 
 	* emacs/octave-inf.el (inferior-octave-startup):
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -53,7 +53,7 @@
 	done
 	if test -n "$(DESKTOP_FILE_INSTALL)"; then \
 	  $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \
-	    --vendor www.octave.org octave.desktop;
+	    --vendor www.octave.org octave.desktop; \
 	fi
 .PHONY: install install-strip
 
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-13  William Poetra Yoga Hadisoeseno  <williampoetra@gmail.com>
+
+	* cell/cell2mat.m: New file, from octave-forge.
+
 2005-12-13  Ivana Varekova <varekova@redhat.com>
 
 	* sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: