# HG changeset patch # User John W. Eaton # Date 1207167215 14400 # Node ID 5b70d49eff6f2992e8b888c221e49112418a8a93 # Parent 8136cb19fb7afb82ebd1ec640adfa52623744928 scripts/general/Makefile.in (SOURCES): Add runlength.m diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-04-02 John W. Eaton + + * general/Makefile.in (SOURCES): Add runlength.m to the list. + 2008-04-02 Bill Denney * optimization/lsqnonneg.m: New function. diff --git a/scripts/general/Makefile.in b/scripts/general/Makefile.in --- 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))