From: Ralf Wildenhues Date: Tue, 9 Oct 2007 19:24:39 +0000 (+0200) Subject: Document `uninstall' in INSTALL. X-Git-Tag: v2.62~213^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=037693bc204ade7f875784044224c3e941b572dc;p=thirdparty%2Fautoconf.git Document `uninstall' in INSTALL. * doc/install.texi (Basic Installation): Document `uninstall'. * INSTALL: Regenerate. Suggestion by Roberto Bagnara. --- diff --git a/ChangeLog b/ChangeLog index 9b8e8343..941d986b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-09 Ralf Wildenhues + + * doc/install.texi (Basic Installation): Document `uninstall'. + * INSTALL: Regenerate. + Suggestion by Roberto Bagnara. + 2007-10-08 Paul Eggert * doc/autoconf.texi (Limitations of Usual Tools): V7 awk had 'index'. diff --git a/INSTALL b/INSTALL index 5458714e..e8edf5c4 100644 --- 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 ===================== diff --git a/doc/install.texi b/doc/install.texi index 5a5d1c18..ad67b920 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -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