diff octMakefile.in @ 979:0f3e32a0c440

[project @ 1994-12-13 04:36:10 by jwe]
author jwe
date Tue, 13 Dec 1994 04:40:28 +0000
parents a5b83bace72a
children 5ddf8e79c4a1
line wrap: on
line diff
--- a/octMakefile.in	Tue Dec 13 01:58:04 1994 +0000
+++ b/octMakefile.in	Tue Dec 13 04:40:28 1994 +0000
@@ -26,17 +26,18 @@
 DISTDIRS = bsd-math kpathsea
 
 # Subdirectories to run make in for the primary targets.
-SUBDIRS = libcruft liboctave @DLD_DIR@ info readline kpathsea src doc scripts 
+SUBDIRS = libcruft liboctave @DLD_DIR@ info readline kpathsea src \
+	scripts doc 
 
 # Subdirectories to run `make dist' in
-DISTSUBDIRS = libcruft liboctave info readline src doc scripts dld test
+DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
 
 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
 	BUGS PROJECTS octave-bug octave.sh octave-mode.el doinstall.sh \
 	mkinstalldirs
 
 # Subdirectories to run `make dist' in
-BINDISTSUBDIRS = doc scripts
+BINDISTSUBDIRS = scripts doc
 
 DIRS_TO_MAKE = $(bindir) $(fcnfiledir) $(octfiledir) $(archlibdir) \
   `echo $(localfcnfilepath) | awk -F: '{for (i=1; i<=NF; i++) print $i}'` \