Mercurial > hg > octave-nkf
changeset 7684:5b70d49eff6f
scripts/general/Makefile.in (SOURCES): Add runlength.m
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 02 Apr 2008 16:13:35 -0400 |
parents | 8136cb19fb7a |
children | f90494008de8 |
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-02 Bill Denney <bill@denney.ws> * optimization/lsqnonneg.m: New function.
--- a/scripts/general/Makefile.in +++ b/scripts/general/Makefile.in @@ -44,7 +44,7 @@ isvector.m logical.m logspace.m mod.m nargchk.m \ nargoutchk.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))