# HG changeset patch # User Rik # Date 1257990225 28800 # Node ID c657c056240d52cf22d58c1e6c5ece186eafd88b # Parent 7c211d0091d923e74f684ac82bf09d0ec02bd55c 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. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-11-11 Rik + + * Makefile.am: Add DISTCLEANFILES macro so that generated conf.texi can be + cleaned by automake. + 2009-11-10 John W. Eaton * Makefile.am, faq/Makefile.am, interpreter/Makefile.am, diff --git a/doc/Makefile.am b/doc/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