# HG changeset patch # User John W. Eaton # Date 1215701659 14400 # Node ID 8e7f3c029f2d41e314295a2b968e0f87e3f057c3 # Parent 47983f21da8f22a99243d70b07d4dfd75de9a3cd octMakefile.in (DIRS_TO_MAKE): update list diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-07-10 John W. Eaton + + * 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 * example/octave.desktop.in: Drop the Encoding key, which is diff --git a/octMakefile.in b/octMakefile.in --- a/octMakefile.in +++ b/octMakefile.in @@ -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}')