changeset 11728:32b73579dd5c release-3-0-x

scripts/plot/Makefile.in (SOURCES): Add __plt2sv__.m and __plt2vs__.m
author John W. Eaton <jwe@octave.org>
date Wed, 02 Apr 2008 16:17:06 -0400
parents 5c17360b84b8
children de826649dfa2
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,8 @@
 2008-04-02  John W. Eaton  <jwe@octave.org>
 
+	* 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  <Richard.Bovey@baesystems.com>
--- 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 \