changeset 1997:048227a119a0

[project @ 1996-03-03 16:01:12 by jwe]
author jwe
date Sun, 03 Mar 1996 16:03:06 +0000
parents 003570e69c7b
children 3681c4e6c366
files Makefile.in configure.in octMakefile.in
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,7 +31,7 @@
 	@echo ""
 	$(MAKE) -f octMakefile all
 
-TARGETS = octave-bug libcruft liboctave kpathsea dld info plplot readline \
+TARGETS = octave-bug libcruft liboctave kpathsea info plplot readline \
 	src scripts doc check octave.info INSTALL.info BUGS.info \
 	install uninstall tags TAGS clean-tar dist-z links-for-dist dist-tar \
 	clean-dist-tar dist links-for-bin-dist bin-dist-tar \
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.168 $)
+AC_REVISION($Revision: 1.169 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -963,8 +963,8 @@
 
 ### Do the substitutions in all the Makefiles.
 
-AC_OUTPUT(Makefile octMakefile Makeconf
-	  dld/Makefile doc/Makefile test/Makefile
+AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile
+	  doc/Makefile doc/interpreter/Makefile doc/liboctave/Makefile
 	  liboctave/Makefile src/Makefile src/mk-oct-links
 	  libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile
 	  libcruft/balgen/Makefile libcruft/dassl/Makefile
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -39,7 +39,7 @@
 CONF_DISTSUBDIRS = src
 
 # Subdirectories in which to run `make dist'.
-DISTSUBDIRS = libcruft liboctave info readline src scripts dld test doc 
+DISTSUBDIRS = libcruft liboctave info readline src scripts test doc 
 
 BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \
 	BUGS PROJECTS octave-bug octave.sh doinstall.sh \