mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
GNUmakefile: Fix last change.
This commit is contained in:
parent
12d2fd6037
commit
5bf7c6ce4e
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ help:
|
||||||
@echo "make distclean -- delete all build and configuration files,"
|
@echo "make distclean -- delete all build and configuration files,"
|
||||||
@echo " leave only files included in source distribution"
|
@echo " leave only files included in source distribution"
|
||||||
@echo "make maintainer-clean -- delete almost everything that can be regenerated"
|
@echo "make maintainer-clean -- delete almost everything that can be regenerated"
|
||||||
@echo "make extraclean -- like maintainer-clean, and also all generated files,"
|
@echo "make extraclean -- like maintainer-clean, and also delete all generated"
|
||||||
@echo " backup files and autosave files"
|
@echo " files, backup files and autosave files"
|
||||||
@echo "make bootstrap -- delete all compiled files to force a new bootstrap"
|
@echo "make bootstrap -- delete all compiled files to force a new bootstrap"
|
||||||
@echo " from a clean slate, then build in the normal way"
|
@echo " from a clean slate, then build in the normal way"
|
||||||
@echo "make uninstall -- remove files installed by 'make install'"
|
@echo "make uninstall -- remove files installed by 'make install'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue