changeset 8568:aa1de3a889ed

eliminate variable index from manual
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 11:12:30 -0500
parents 674d00f5e072
children ee9e525744f0
files doc/ChangeLog doc/interpreter/Makefile.in
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Jan 22 11:11:16 2009 -0500
+++ b/doc/ChangeLog	Thu Jan 22 11:12:30 2009 -0500
@@ -1,3 +1,8 @@
+2009-01-22  John W. Eaton  <jwe@octave.org>
+
+	* vr-idx.txi: Delete.
+	* interpreter/Makefile.in (SUB_SOURCE): Remove it from the list.
+
 2009-01-22  Søren Hauberg  <hauberg@gmail.com>
 
 	* interpreter/func.txi: Put varargin and varargout in concept index.
--- a/doc/interpreter/Makefile.in	Thu Jan 22 11:11:16 2009 -0500
+++ b/doc/interpreter/Makefile.in	Thu Jan 22 11:12:30 2009 -0500
@@ -116,8 +116,7 @@
 	intro.txi io.txi linalg.txi matrix.txi nonlin.txi numbers.txi \
 	oop.txi op-idx.txi optim.txi package.txi plot.txi poly.txi preface.txi \
 	quad.txi set.txi signal.txi sparse.txi stats.txi \
-	stmt.txi strings.txi system.txi testfun.txi tips.txi var.txi \
-	vr-idx.txi
+	stmt.txi strings.txi system.txi testfun.txi tips.txi var.txi
 
 SOURCES := $(SUB_SOURCE) $(SCRIPT_SOURCES)