octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

missing files in plot/Makefile.in


From: Kai Habel
Subject: missing files in plot/Makefile.in
Date: Thu, 29 Jan 2009 17:32:34 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Hello,

it seems I have forgotten to add three new files to plot/Makefile.in
recently. Here is the changeset to correct it.

Kai


# HG changeset patch
# User Kai Habel
# Date 1233245956 -3600
# Node ID 72635483abc5f682d7f27968c670f24e47ed59a9
# Parent  ff7d90d92db8d232b77b6e08b2ea599246a5f3af
Add missing files to SOURCES in plot/Makefile.in

diff -r ff7d90d92db8 -r 72635483abc5 scripts/ChangeLog
--- a/scripts/ChangeLog Wed Jan 28 21:57:27 2009 -0500
+++ b/scripts/ChangeLog Thu Jan 29 17:19:16 2009 +0100
@@ -1,3 +1,7 @@
+2009-01-29  Kai Habel <address@hidden>
+
+        * plot/Makefile.in: Add missing files to SOURCES
+
 2009-01-28  Ben Abbott <address@hidden>
 
        * plot/gnuplot_drawnow.m: Style fixes.
diff -r ff7d90d92db8 -r 72635483abc5 scripts/plot/Makefile.in
--- a/scripts/plot/Makefile.in  Wed Jan 28 21:57:27 2009 -0500
+++ b/scripts/plot/Makefile.in  Thu Jan 29 17:19:16 2009 +0100
@@ -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 \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]