branch: externals/org commit defcf83365cdf6d5084ccb322ff1cadd0edcd703 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Makefile ($(info): Document make repro Reported-by: Rustom Mody <rustompm...@gmail.com> Link: https://orgmode.org/list/caj+teofcbfeo-wygk-n0datw3qnkjbrayqybmxrtfay-tx+...@mail.gmail.com --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b3a167ecb5..66b513b152 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ help helpall:: $(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 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:: $(info make test-dirty - check without building first) $(info make compile-dirty - build only stale Org ELisp files)