changeset 1998:3681c4e6c366

[project @ 1996-03-03 16:11:36 by jwe]
author jwe
date Sun, 03 Mar 1996 16:11:36 +0000
parents 048227a119a0
children c0ca86c53e67
files configure.in
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.169 $)
+AC_REVISION($Revision: 1.170 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -964,7 +964,8 @@
 ### Do the substitutions in all the Makefiles.
 
 AC_OUTPUT(Makefile octMakefile Makeconf test/Makefile
-	  doc/Makefile doc/interpreter/Makefile doc/liboctave/Makefile
+	  doc/Makefile doc/faq/Makefile doc/interpreter/Makefile
+	  doc/liboctave/Makefile doc/refcard/Makefile
 	  liboctave/Makefile src/Makefile src/mk-oct-links
 	  libcruft/Makefile libcruft/Makerules libcruft/blas/Makefile
 	  libcruft/balgen/Makefile libcruft/dassl/Makefile