From 3051d7689249e5893d04c8242b1965f513676294 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Thu, 24 May 2012 20:40:04 +0200 Subject: [PATCH] Document convenience target 'uncompiled'. * Makefile: Document convenience target 'uncompiled' (a surrogate for 'make cleanlisp autoloads'). --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 70c87ed76..02c634fd9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ # Makefile - for the org-mode distribution +# GNU make is required # # This file is not part of GNU Emacs @@ -44,6 +45,7 @@ helpall:: $(info make up2 - pull from upstream, build, check and install) $(info make update - pull from upstream and build) $(info make update2 - pull from upstream, build and install) + $(info make uncompiled - combine cleanlisp and autoloads) $(info make local.mk - create new local.mk as template for adaptation) $(info ) $(info Cleaning)