]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Document `uninstall' in INSTALL.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Oct 2007 19:24:39 +0000 (21:24 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 Oct 2007 19:24:39 +0000 (21:24 +0200)
* doc/install.texi (Basic Installation): Document `uninstall'.
* INSTALL: Regenerate.
Suggestion by Roberto Bagnara.

ChangeLog
INSTALL
doc/install.texi

index 9b8e8343663cd37bbc992d7c2b6766407824ef96..941d986b4e49f9142a030dd5bbaeac4bb3c9d935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/install.texi (Basic Installation): Document `uninstall'.
+       * INSTALL: Regenerate.
+       Suggestion by Roberto Bagnara.
+
 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'.
diff --git a/INSTALL b/INSTALL
index 5458714e1e2cb289572992ad92eceffc848f64d6..e8edf5c4c533ec87304ece83edab3af5a070cf18 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -67,6 +67,9 @@ The simplest way to compile this package is:
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
+  6. Often, you can also type `make uninstall' to remove the installed
+     files again.
+
 Compilers and Options
 =====================
 
index 5a5d1c1821d7e8063488a6feef9868ade87de49d..ad67b920ddf5cef28a021abaf03b65d84353925d 100644 (file)
@@ -79,6 +79,10 @@ a @samp{make maintainer-clean} target, but that is intended mainly for
 the package's developers.  If you use it, you may have to get all sorts
 of other programs in order to regenerate files that came with the
 distribution.
+
+@item
+Often, you can also type @samp{make uninstall} to remove the installed
+files again.
 @end enumerate
 
 @node Compilers and Options