changeset 9811:c657c056240d

Add DISTCLEANFILES macro to allow automake to clean and remove conf.texi For non-automake targets such as -local rules, automake needs to be explicitly informed about which files are being built and need to be cleaned.
author Rik <rdrider0-list@yahoo.com>
date Wed, 11 Nov 2009 17:43:45 -0800
parents 7c211d0091d9
children f80c566bc751
files doc/ChangeLog doc/Makefile.am
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-11  Rik <octave@nomad.inbox5.com>
+
+	* Makefile.am: Add DISTCLEANFILES macro so that generated conf.texi can be 
+	cleaned by automake.
+
 2009-11-10  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.am, faq/Makefile.am, interpreter/Makefile.am,
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,6 +30,8 @@
   texinfo.tex \
   texmf.cnf
 
+DISTCLEANFILES = conf.texi
+
 SUBDIRS = faq interpreter liboctave refcard
 
 all-local: conf.texi