# HG changeset patch # User John W. Eaton # Date 1207167171 14400 # Node ID 5c17360b84b83d2f447977a5d4bff729d262b9bc # Parent 5ccda2448992365c2a79a4b2ae2a8c0ea7fc89ff scripts/general/Makefile.in (SOURCES): Add runlength.m diff -r 5ccda2448992 -r 5c17360b84b8 scripts/ChangeLog --- a/scripts/ChangeLog Wed Apr 02 13:34:43 2008 -0400 +++ b/scripts/ChangeLog Wed Apr 02 16:12:51 2008 -0400 @@ -1,3 +1,7 @@ +2008-04-02 John W. Eaton + + * general/Makefile.in (SOURCES): Add runlength.m to the list. + 2008-04-01 Richard Bovey * general/sortrows.m: Handle negative column arguments. diff -r 5ccda2448992 -r 5c17360b84b8 scripts/general/Makefile.in --- a/scripts/general/Makefile.in Wed Apr 02 13:34:43 2008 -0400 +++ b/scripts/general/Makefile.in Wed Apr 02 16:12:51 2008 -0400 @@ -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))