From: Eli Zaretskii Date: Thu, 1 Apr 2021 12:59:28 +0000 (+0300) Subject: GNUmakefile: Fix last change. X-Git-Tag: emacs-28.0.90~3057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bf7c6ce4eb9fb9d35d960636266a5cc36b648c0;p=emacs.git GNUmakefile: Fix last change. --- diff --git a/GNUmakefile b/GNUmakefile index c8d4832aab1..0e01b808a0f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,8 +50,8 @@ help: @echo "make distclean -- delete all build and configuration files," @echo " leave only files included in source distribution" @echo "make maintainer-clean -- delete almost everything that can be regenerated" - @echo "make extraclean -- like maintainer-clean, and also all generated files," - @echo " backup files and autosave files" + @echo "make extraclean -- like maintainer-clean, and also delete all generated" + @echo " files, backup files and autosave files" @echo "make bootstrap -- delete all compiled files to force a new bootstrap" @echo " from a clean slate, then build in the normal way" @echo "make uninstall -- remove files installed by 'make install'"