mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-04-22 02:42:29 -04:00
Emacsg: Only show help for codespell targets when using helpall
This commit is contained in:
parent
d92e5255c1
commit
352dce7c3d
11
Makefile
11
Makefile
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user