Mercurial > hg > octave-lyh
changeset 10214:57e24c53e063
doc/interpreter/obsolete.texi: new file; list removed functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 28 Jan 2010 06:04:15 -0500 |
parents | f7ba6cfe7fb7 |
children | 60d382fd0063 |
files | doc/ChangeLog doc/interpreter/Makefile.am doc/interpreter/octave.texi |
diffstat | 3 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2010-01-28 John W. Eaton <jwe@octave.org> + + * interpreter/obsolete.txi: New file. + * interpreter/Makefile.am (MUNGED_TEXI_SRC): Add it to the list. + * interpreter/octave.texi (Obsolete Functions): New menu item. + Include obsolete.texi. + 2010-01-27 Jaroslav Hajek <highegg@gmail.com> * interpreter/expr.txi: Document using dummy outputs.
--- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -119,6 +119,7 @@ matrix.texi \ nonlin.texi \ numbers.texi \ + obsolete.texi \ oop.texi \ op-idx.texi \ optim.texi \
--- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -187,6 +187,7 @@ * Test and Demo Functions:: * Tips and Standards:: * Contributing Guidelines:: +* Obsolete Functions:: * Trouble:: If you have trouble installing Octave. * Installation:: How to configure, compile and install Octave. * Emacs Octave Support:: @@ -863,6 +864,7 @@ @include testfun.texi @include tips.texi @include contrib.texi +@include obsolete.texi @include bugs.texi @include install.texi @include emacs.texi