]> git.eshelyaron.com Git - emacs.git/commitdiff
GNUmakefile: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Apr 2021 12:59:28 +0000 (15:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Apr 2021 12:59:28 +0000 (15:59 +0300)
GNUmakefile

index c8d4832aab11e6eacbcd56c9a32604186033f0de..0e01b808a0fca34d2c823357f4214c548ca8ac05 100644 (file)
@@ -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'"