# HG changeset patch # User John W. Eaton # Date 1207167426 14400 # Node ID 32b73579dd5cab4959661478061ed3e28e096286 # Parent 5c17360b84b83d2f447977a5d4bff729d262b9bc scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,8 @@ 2008-04-02 John W. Eaton + * plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m to + the list. + * general/Makefile.in (SOURCES): Add runlength.m to the list. 2008-04-01 Richard Bovey diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -57,7 +57,9 @@ __plt2mm__.m \ __plt2mv__.m \ __plt2ss__.m \ + __plt2sv__.m \ __plt2vm__.m \ + __plt2vs__.m \ __plt2vv__.m \ __plt__.m \ __plt_get_axis_arg__.m \