# HG changeset patch # User jwe # Date 1188699127 0 # Node ID 5cc9caab1a318426cde27fe918d75303e71ed373 # Parent b39ecdddd77b81de0133180981db120bdb7ecf62 [project @ 2007-09-02 02:12:07 by jwe] diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2007-09-01 John W. Eaton + + * plot/Makefile.in (SOURCES): Add ancestor.m to the list. + 2007-09-01 David Bateman * polynomial/polyint.m: New function like polyinteg but with diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -47,6 +47,7 @@ __plt_get_axis_arg__.m \ __pltopt1__.m \ __pltopt__.m \ + ancestor.m \ axes.m \ axis.m \ bar.m \