Mercurial > hg > octave-jordi
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 +++ b/doc/ChangeLog @@ -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 +++ 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