# HG changeset patch # User jwe # Date 825868986 0 # Node ID 048227a119a0bb7b4291b547be577a751de5abae # Parent 003570e69c7bef003bfb631b5b0fce1b2b41adc0 [project @ 1996-03-03 16:01:12 by jwe] diff -r 003570e69c7b -r 048227a119a0 Makefile.in --- a/Makefile.in Sun Mar 03 01:45:43 1996 +0000 +++ b/Makefile.in Sun Mar 03 16:03:06 1996 +0000 @@ -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 \ diff -r 003570e69c7b -r 048227a119a0 configure.in --- a/configure.in Sun Mar 03 01:45:43 1996 +0000 +++ b/configure.in Sun Mar 03 16:03:06 1996 +0000 @@ -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 diff -r 003570e69c7b -r 048227a119a0 octMakefile.in --- a/octMakefile.in Sun Mar 03 01:45:43 1996 +0000 +++ b/octMakefile.in Sun Mar 03 16:03:06 1996 +0000 @@ -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 \