changeset 11788:8e7f3c029f2d release-3-0-x

octMakefile.in (DIRS_TO_MAKE): update list
author John W. Eaton <jwe@octave.org>
date Thu, 10 Jul 2008 10:54:19 -0400
parents 47983f21da8f
children 5e4f7df9e7af
files ChangeLog octMakefile.in
diffstat 2 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 25 12:46:32 2008 +0200
+++ b/ChangeLog	Thu Jul 10 10:54:19 2008 -0400
@@ -1,3 +1,11 @@
+2008-07-10  John W. Eaton  <jwe@octave.org>
+
+	* octMakefile.in (DIRS_TO_MAKE): Delete $(localfcnfilepath) and
+	$(localoctfilepath) from the list.  Include $(datadir)
+	$(localfcnfiledir) $(localapifcnfiledir) $(localverfcnfiledir)
+	$(localoctfiledir) $(localapioctfiledir) $(localveroctfiledir)
+	$(imagedir) and $(localapiarchlibdir) in the list.
+
 2008-04-09  Rafael Laboissiere  <rafael@debian.org>
 
 	* example/octave.desktop.in: Drop the Encoding key, which is
--- a/octMakefile.in	Wed Jun 25 12:46:32 2008 +0200
+++ b/octMakefile.in	Thu Jul 10 10:54:19 2008 -0400
@@ -64,8 +64,11 @@
 # Subdirectories in which to run clean targets.
 CLEANSUBDIRS = $(DISTSUBDIRS)
 
-DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
-  $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \
+DIRS_TO_MAKE = $(bindir) $(datadir) $(libdir) $(octincludedir)/octave \
+  $(fcnfiledir) $(localfcnfiledir) $(localapifcnfiledir) \
+  $(localverfcnfiledir) $(octfiledir) $(localoctfiledir) \
+  $(localapioctfiledir) $(localveroctfiledir) $(archlibdir) \
+  $(localarchlibdir) $(localverarchlibdir) \
   $(shell echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}') \
   $(shell echo $(localoctfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $$i}')