# HG changeset patch # User Rik # Date 1259692707 28800 # Node ID 5a4f8d52bb0e0824459209713d0887d1884bda94 # Parent 83bd7f34f9dadc54f9cecc4602282ee1527ba2ba 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. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-12-01 Rik + + * faq/Makefile.am, doc/interpreter/bugs.txi, doc/interpreter/install.txi: + Eliminate false dependency on conf.texi + 2009-11-30 Rik * interpreter/Makefile.am: diff --git a/doc/faq/Makefile.am b/doc/faq/Makefile.am --- a/doc/faq/Makefile.am +++ b/doc/faq/Makefile.am @@ -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 diff --git a/doc/interpreter/bugs.txi b/doc/interpreter/bugs.txi --- a/doc/interpreter/bugs.txi +++ b/doc/interpreter/bugs.txi @@ -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. diff --git a/doc/interpreter/install.txi b/doc/interpreter/install.txi --- a/doc/interpreter/install.txi +++ b/doc/interpreter/install.txi @@ -25,7 +25,6 @@ @end ifclear @ifset INSTALLONLY -@include conf.texi This file documents the installation of Octave.