From defcf83365cdf6d5084ccb322ff1cadd0edcd703 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Tue, 18 Jun 2024 17:01:01 +0200 Subject: [PATCH] Makefile ($(info): Document make repro Reported-by: Rustom Mody Link: https://orgmode.org/list/CAJ+TeofCBfEo-WyGk-n0DATW3QNKjBRayQYbMXrTFAy-TX+ovA@mail.gmail.com --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b3a167ecb..66b513b15 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)