Mercurial > hg > octave-lyh
changeset 9061:f89864234b5d
scripts/testfun/Makefile.in (SOURCES): add rundemos.m to the list
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 29 Mar 2009 22:18:21 -0700 |
parents | de7cef39f505 |
children | 6a495ba41f75 |
files | scripts/ChangeLog scripts/testfun/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 @@ +2009-03-29 John W. Eaton <jwe@octave.org> + + * testfun/Makefile.in (SOURCES): Add rundemos.m to the list. + 2009-03-29 Ben Abbott <bpabbott@mac.com> * plot/print.m: For eps output the bounding box should represent the
--- a/scripts/testfun/Makefile.in +++ b/scripts/testfun/Makefile.in @@ -32,7 +32,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -SOURCES = assert.m demo.m example.m fail.m speed.m test.m +SOURCES = assert.m demo.m example.m fail.m rundemos.m speed.m test.m DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))