From: Tom Tromey Date: Sun, 30 Dec 2001 21:01:03 +0000 (+0000) Subject: 2001-12-30 Paolo Bonzini X-Git-Tag: Release-1-5d~71 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=49a7486332950752b19d5c5575e284fc5391ce05;p=automake.git 2001-12-30 Paolo Bonzini * automake.texi (Install): Remove mention of nonexistent uninstall-hook. --- diff --git a/ChangeLog b/ChangeLog index 0ef5c674..d6185584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-30 Paolo Bonzini + + * automake.texi (Install): Remove mention of nonexistent + uninstall-hook. + 2001-12-30 Alan Modra * automake.in (generate_makefile): Unlink output file before diff --git a/automake.texi b/automake.texi index 90a2f895..835d4e43 100644 --- a/automake.texi +++ b/automake.texi @@ -3529,9 +3529,9 @@ Automake also generates an @code{uninstall} target, an @trindex installdirs @trindex install-strip -Automake supports @code{uninstall-local} and @code{uninstall-hook}. -There is no notion of separate uninstalls for ``exec'' and ``data'', as -that does not make sense. +Automake supports @code{uninstall-local}. There is no @code{uninstall-hook} +as well as no notion of separate uninstalls for ``exec'' and ``data'', as +these features would not provide additional functionality. Note that @code{uninstall} is not meant as a replacement for a real packaging tool.