octave-maintainers
[Top][All Lists]
Advanced

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

Re: more graphics changes.


From: John W. Eaton
Subject: Re: more graphics changes.
Date: Wed, 14 Mar 2007 15:59:24 -0400

On 14-Mar-2007, Søren Hauberg wrote:

| John W. Eaton skrev:
| > It would be helpful to me if people who have been using the new
| > graphics features could check that I haven't broken too many things.
| > Please report any problems that you find to this list.
| I've played a bit around with it and it seems to work better than ever! 
| Thanks! However for me, the plotting m-files don't get installed when I 
| run "make install", so the plotting functions only works when I run 
| "./run-octave".

Does the following change help?  You'll also need to run
./config.status in the scripts subdirectory and maybe you'll also want
to remove any generated .m files in the script/plot subdirectory of
your build tree that are left over from any build you did before
getting the changes I checked in today.

jwe


Index: scripts/plot/Makefile.in
===================================================================
RCS file: /cvs/octave/scripts/plot/Makefile.in,v
retrieving revision 1.25
diff -u -u -r1.25 Makefile.in
--- scripts/plot/Makefile.in    14 Mar 2007 16:51:29 -0000      1.25
+++ scripts/plot/Makefile.in    14 Mar 2007 19:56:23 -0000
@@ -110,7 +110,7 @@
 
 DISTFILES = Makefile.in include-globals.awk $(SOURCES)
 
-FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES_M))
+FCN_FILES = $(addprefix $(srcdir)/, $(SOURCES))
 FCN_FILES_NO_DIR = $(notdir $(FCN_FILES))
 
 all: PKG_ADD



reply via email to

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