# HG changeset patch # User jwe # Date 831958091 0 # Node ID 12e92d302bbf434a95216513b985cfd5a3180d54 # Parent f44d96f6ca9ff5de0e66fab3d9512048898cc3b4 [project @ 1996-05-13 03:27:21 by jwe] diff -r f44d96f6ca9f -r 12e92d302bbf configure.in --- a/configure.in Mon May 13 03:23:50 1996 +0000 +++ b/configure.in Mon May 13 03:28:11 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.195 $) +AC_REVISION($Revision: 1.196 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -1033,7 +1033,7 @@ AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile dlfcn/Makefile doc/Makefile doc/faq/Makefile doc/interpreter/Makefile - doc/liboctave/Makefile doc/refcard/Makefile + doc/liboctave/Makefile doc/refcard/Makefile examples/Makefile liboctave/Makefile src/Makefile src/mk-oct-links libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile libcruft/balgen/Makefile libcruft/dassl/Makefile diff -r f44d96f6ca9f -r 12e92d302bbf octMakefile.in --- a/octMakefile.in Mon May 13 03:23:50 1996 +0000 +++ b/octMakefile.in Mon May 13 03:28:11 1996 +0000 @@ -33,13 +33,14 @@ # Subdirectories in which to run `make all'. SUBDIRS = @INFO_DIR@ @PLPLOT_DIR@ @READLINE_DIR@ @DLFCN_DIR@ glob \ - kpathsea libcruft liboctave src scripts doc + kpathsea libcruft liboctave src scripts doc examples # Subdirectories in which ot run `make conf-dist'. CONF_DISTSUBDIRS = src # Subdirectories in which to run `make dist'. -DISTSUBDIRS = libcruft liboctave info readline dlfcn src scripts test doc +DISTSUBDIRS = libcruft liboctave info readline dlfcn src scripts \ + test doc examples BINDISTFILES = COPYING ChangeLog NEWS README THANKS INSTALL.OCTAVE \ BUGS PROJECTS octave-bug octave.sh doinstall.sh \