diff octMakefile.in @ 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 3ceb12c499e9
children fa8f13a05687
line wrap: on
line diff
--- 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}')