From 5d7bbd0c5c6f2d157fb4e60fc83059f1915b9f50 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 10 Jul 2003 20:32:27 +0000 Subject: [PATCH] For Debian Bug #193907: * automake.texi (Clean): make maintainer-clean should still allow ./configure && make to run. --- ChangeLog | 4 ++++ automake.texi | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 808a5afc..07f3fa5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-07-10 Alexandre Duret-Lutz + For Debian Bug #193907: + * automake.texi (Clean): make maintainer-clean should still + allow ./configure && make to run. + * automake.texi (CVS): Typo. 2003-07-09 Alexandre Duret-Lutz diff --git a/automake.texi b/automake.texi index 79e4da77..3b63a391 100644 --- a/automake.texi +++ b/automake.texi @@ -4505,11 +4505,13 @@ want to rebuild (for instance, a @file{.o} file), then Otherwise, if @code{make} built it, then @code{clean} should delete it. @item -If @code{configure} built it, then @code{distclean} should delete it +If @code{configure} built it, then @code{distclean} should delete it. @item -If the maintainer built it, then @code{maintainer-clean} should -delete it. +If the maintainer built it (for instance, a @file{.info} file), then +@code{maintainer-clean} should delete it. However +@code{maintainer-clean} should not delete anything that needs to exist +in order to run @code{./configure && make}. @end itemize We recommend that you follow this same set of heuristics in your -- 2.43.5