changeset 8627:fdd1cefd3714

Add missing files to SOURCES in plot/Makefile.in
author Kai Habel
date Thu, 29 Jan 2009 12:55:16 -0500
parents 1dce30ab0e72
children 17a3a7bebac5
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Jan 29 12:50:25 2009 -0500
+++ b/scripts/ChangeLog	Thu Jan 29 12:55:16 2009 -0500
@@ -1,3 +1,8 @@
+2009-01-29  Kai Habel <kai.habel@gmx.de>
+
+        * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and
+	surfl.m in the list.
+
 2009-01-28  Ben Abbott <bpabbott@mac.com>
 
 	* plot/gnuplot_drawnow.m: Style fixes.
--- a/scripts/plot/Makefile.in	Thu Jan 29 12:50:25 2009 -0500
+++ b/scripts/plot/Makefile.in	Thu Jan 29 12:55:16 2009 -0500
@@ -96,6 +96,7 @@
   contourc.m \
   contourf.m \
   cylinder.m \
+  diffuse.m \
   gnuplot_drawnow.m \
   ellipsoid.m \
   errorbar.m \
@@ -169,6 +170,7 @@
   shg.m \
   slice.m \
   sombrero.m \
+  specular.m \
   sphere.m \
   spinmap.m \
   stairs.m \
@@ -178,6 +180,7 @@
   surf.m \
   surface.m \
   surfc.m \
+  surfl.m \
   surfnorm.m \
   text.m \
   title.m \