Mercurial > hg > octave-nkf
changeset 11727:5c17360b84b8 release-3-0-x
scripts/general/Makefile.in (SOURCES): Add runlength.m
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 02 Apr 2008 16:12:51 -0400 |
parents | 5ccda2448992 |
children | 32b73579dd5c |
files | scripts/ChangeLog scripts/general/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-04-02 John W. Eaton <jwe@octave.org> + + * general/Makefile.in (SOURCES): Add runlength.m to the list. + 2008-04-01 Richard Bovey <Richard.Bovey@baesystems.com> * general/sortrows.m: Handle negative column arguments.
--- a/scripts/general/Makefile.in +++ b/scripts/general/Makefile.in @@ -42,7 +42,7 @@ isscalar.m issquare.m issymmetric.m isvector.m logical.m logspace.m \ lookup.m mod.m nargchk.m nextpow2.m nthroot.m num2str.m perror.m \ pol2cart.m polyarea.m postpad.m prepad.m quadl.m randperm.m rat.m rem.m \ - repmat.m rot90.m rotdim.m shift.m shiftdim.m sortrows.m \ + repmat.m rot90.m rotdim.m runlength.m shift.m shiftdim.m sortrows.m \ sph2cart.m strerror.m structfun.m sub2ind.m trapz.m tril.m triu.m DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))