Emacsg: Only show help for codespell targets when using helpall

This commit is contained in:
Jonas Bernoulli 2022-06-10 19:58:20 +02:00
parent d92e5255c1
commit 352dce7c3d
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

View File

@ -1,15 +1,18 @@
-include lib/borg/borg.mk
help::
$(info make codespell-dry = run codespell, dry run)
$(info make codespell-fix = run codespell, write fixes)
bootstrap-borg:
@git submodule--helper clone --name borg --path lib/borg \
--url git@github.com:emacscollective/borg.git
@cd lib/borg; git symbolic-ref HEAD refs/heads/master
@cd lib/borg; git reset --hard HEAD
helpall::
$(info Test and fix targets)
$(info --------------------)
$(info make codespell-dry = run codespell, dry run)
$(info make codespell-fix = run codespell, write fixes)
$(info )
codespell-dry:
@cd lib; codespell \
--ignore-words ~/.emacs.d/etc/codespell/ignore-words \