changeset 6636:de8a8ba43848

[project @ 2007-05-19 19:07:55 by dbateman]
author dbateman
date Sat, 19 May 2007 19:07:55 +0000
parents c9c504d939c5
children c18ed0e7ee41
files scripts/ChangeLog scripts/plot/Makefile.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Sat May 19 10:36:57 2007 +0000
+++ b/scripts/ChangeLog	Sat May 19 19:07:55 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-19  Kristan Onu
+
+	* plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m.
+
 2007-05-18  David Bateman  <dbateman@free.fr>
 
 	* pkg/pkg.m (install): More verbosity. 
--- a/scripts/plot/Makefile.in	Sat May 19 10:36:57 2007 +0000
+++ b/scripts/plot/Makefile.in	Sat May 19 19:07:55 2007 +0000
@@ -49,6 +49,7 @@
   axes.m \
   axis.m \
   bar.m \
+  barh.m \
   box.m \
   clf.m \
   close.m \
@@ -62,7 +63,6 @@
   gca.m \
   gcf.m \
   grid.m \
-  hbar.m \
   hist.m \
   hold.m \
   isfigure.m \