Makefile ($(info): Document make repro

Reported-by: Rustom Mody <rustompmody@gmail.com>
Link: https://orgmode.org/list/CAJ+TeofCBfEo-WyGk-n0DATW3QNKjBRayQYbMXrTFAy-TX+ovA@mail.gmail.com
This commit is contained in:
Ihor Radchenko 2024-06-18 17:01:01 +02:00
parent 267c5dae32
commit defcf83365
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 0 deletions

View File

@ -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)