summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-05-24 20:40:04 +0200
committerBastien Guerry <bzg@altern.org>2012-05-25 01:25:02 +0200
commit3051d7689249e5893d04c8242b1965f513676294 (patch)
treea9c750cbdb9e385c058c81c5d684518b9f2df83d
parent0e4bcf5e0c52c72c28912aebfe56bd6f3fbf12f7 (diff)
downloadorg-mode-3051d7689249e5893d04c8242b1965f513676294.tar.gz
Document convenience target 'uncompiled'.
* Makefile: Document convenience target 'uncompiled' (a surrogate for 'make cleanlisp autoloads').
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 70c87ed..02c634f 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)