branch: externals/org
commit c098961310aed036c1cc1d813c9022b49fc91358
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Makefile: Document make githooks and make cleangithooks
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index c97e3061a4..1f93dc6d32 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ help helpall::
$(info make native - build Org natively compiled Elisp files)
$(info make autoloads - create org-loaddefs.el to load Org
in-place)
$(info make test - build Org Elisp files and run test suite)
+ $(info make githooks - install Git hooks that automatically check
for commit message conventions)
$(info make vanilla - run Emacs with this Org-mode and no
personal config)
$(info make repro - like vanilla, but refresh compilation and
enable debugging [use this to reproduce bugs])
helpall::
@@ -43,6 +44,7 @@ helpall::
$(info Cleaning)
$(info ========)
$(info make clean - remove built Org Elisp files and
documentation)
+ $(info make cleangithooks - remove Git hooks)
$(info make cleanall - remove everything that can be built and
all remnants)
$(info make clean-install - remove previous Org installation)
$(info )