# HG changeset patch # User Kai Habel # Date 1233251716 18000 # Node ID fdd1cefd371465659f9b53daae5168ec240ab161 # Parent 1dce30ab0e72842a8db0738211826a23853c9c1f Add missing files to SOURCES in plot/Makefile.in diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Kai Habel + + * plot/Makefile.in (SOURCES): Include diffuse.m, specular.m, and + surfl.m in the list. + 2009-01-28 Ben Abbott * plot/gnuplot_drawnow.m: Style fixes. diff --git a/scripts/plot/Makefile.in b/scripts/plot/Makefile.in --- a/scripts/plot/Makefile.in +++ b/scripts/plot/Makefile.in @@ -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 \