changeset 2135:12e92d302bbf

[project @ 1996-05-13 03:27:21 by jwe]
author jwe
date Mon, 13 May 1996 03:28:11 +0000
parents f44d96f6ca9f
children 9d666c466d20
files configure.in octMakefile.in
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 \