# HG changeset patch # User jwe # Date 1094096438 0 # Node ID 5eb434fdd95a6b149cee758be56de724c61be8ec # Parent 3f11fb1c5dab7b8c411d3cff1518a64705e5ed27 [project @ 2004-09-02 03:38:25 by jwe] diff -r 3f11fb1c5dab -r 5eb434fdd95a src/ChangeLog --- a/src/ChangeLog Thu Sep 02 03:33:29 2004 +0000 +++ b/src/ChangeLog Thu Sep 02 03:40:38 2004 +0000 @@ -1,9 +1,9 @@ 2004-09-01 John W. Eaton - * Makefile.in (INCLUDES): Add op-int.h to the list. - * version.h (OCTAVE_VERSION): Now 2.1.58. + * Makefile.in (INCLUDES): Add OPERATORS/op-int.h to the list. + * Makefile.in (DISTFILES): Include $(EXTRAS) in the list. 2004-09-01 David Bateman diff -r 3f11fb1c5dab -r 5eb434fdd95a src/Makefile.in --- a/src/Makefile.in Thu Sep 02 03:33:29 2004 +0000 +++ b/src/Makefile.in Thu Sep 02 03:40:38 2004 +0000 @@ -91,10 +91,11 @@ ls-mat5.h ls-oct-ascii.h ls-oct-binary.h ls-utils.h \ oct-fstrm.h oct-hist.h oct-iostrm.h oct-map.h oct-obj.h \ oct-prcstrm.h oct-procbuf.h oct-stdstrm.h oct-stream.h \ - oct-strstrm.h oct-lvalue.h oct.h octave.h op-int.h ops.h pager.h \ + oct-strstrm.h oct-lvalue.h oct.h octave.h ops.h pager.h \ parse.h pr-output.h procstream.h sighandlers.h siglist.h \ symtab.h sysdep.h token.h toplev.h unwind-prot.h utils.h \ - variables.h version.h xdiv.h xpow.h $(OV_INCLUDES) $(PT_INCLUDES) + variables.h version.h xdiv.h xpow.h OPERATORS/op-int.h \ + $(OV_INCLUDES) $(PT_INCLUDES) TI_XSRC := Array-oc.cc Array-os.cc Array-sym.cc Array-tc.cc