changeset 9895:5a4f8d52bb0e

Eliminate false dependency on conf.texi Several files included conf.texi but did not use any of the values defined there. Eliminate the unneeded dependency to simplify the build process.
author Rik <rdrider0-list@yahoo.com>
date Tue, 01 Dec 2009 10:38:27 -0800
parents 83bd7f34f9da
children 1aeb39118764
files doc/ChangeLog doc/faq/Makefile.am doc/interpreter/bugs.txi doc/interpreter/install.txi
diffstat 4 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Tue Dec 01 10:41:52 2009 +0100
+++ b/doc/ChangeLog	Tue Dec 01 10:38:27 2009 -0800
@@ -1,3 +1,8 @@
+2009-12-01  Rik <octave@nomad.inbox5.com>
+
+	* faq/Makefile.am, doc/interpreter/bugs.txi, doc/interpreter/install.txi:
+	Eliminate false dependency on conf.texi
+
 2009-11-30  Rik <octave@nomad.inbox5.com>
 
 	* interpreter/Makefile.am:
--- a/doc/faq/Makefile.am	Tue Dec 01 10:41:52 2009 +0100
+++ b/doc/faq/Makefile.am	Tue Dec 01 10:38:27 2009 -0800
@@ -27,11 +27,6 @@
 
 info_TEXINFOS = OctaveFAQ.texi
 
-nodist_OctaveFAQ_TEXINFOS = ../conf.texi
-
-../conf.texi:
-	$(MAKE) -C .. conf.texi
-
 all-local: dvi html pdf ps
 
 EXTRA_DIST = OctaveFAQ.dvi OctaveFAQ.html OctaveFAQ.pdf OctaveFAQ.ps
--- a/doc/interpreter/bugs.txi	Tue Dec 01 10:41:52 2009 +0100
+++ b/doc/interpreter/bugs.txi	Tue Dec 01 10:38:27 2009 -0800
@@ -25,7 +25,6 @@
 @end ifclear
 
 @ifset BUGSONLY
-@include conf.texi
 
 This file documents known bugs in Octave and describes where and how to
 report any bugs that you may find.
--- a/doc/interpreter/install.txi	Tue Dec 01 10:41:52 2009 +0100
+++ b/doc/interpreter/install.txi	Tue Dec 01 10:38:27 2009 -0800
@@ -25,7 +25,6 @@
 @end ifclear
 
 @ifset INSTALLONLY
-@include conf.texi
 
 This file documents the installation of Octave.