Document convenience target 'uncompiled'.

* Makefile: Document convenience target 'uncompiled' (a surrogate for
  'make cleanlisp autoloads').
This commit is contained in:
Achim Gratz 2012-05-24 20:40:04 +02:00 committed by Bastien Guerry
parent 0e4bcf5e0c
commit 3051d76892
1 changed files with 2 additions and 0 deletions

View File

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