]> sourceware.org Git - automake.git/commitdiff
For Debian Bug #193907:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 10 Jul 2003 20:32:27 +0000 (20:32 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 10 Jul 2003 20:32:27 +0000 (20:32 +0000)
* automake.texi (Clean): make maintainer-clean should still
allow ./configure && make to run.

ChangeLog
automake.texi

index 808a5afcc91702bd82522b3244117c18c8c47ba3..07f3fa5aa64a9b445f5f400c84edd68a94e80feb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-07-10  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       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  <adl@gnu.org>
index 79e4da773e74a7a43aff125cfe1c13d9801d86cb..3b63a391fcb2902e21d27060f9fb4282f2f48934 100644 (file)
@@ -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
This page took 0.035071 seconds and 5 git commands to generate.