浏览代码

Document convenience target 'uncompiled'.

* Makefile: Document convenience target 'uncompiled' (a surrogate for
  'make cleanlisp autoloads').
Achim Gratz 12 年之前
父节点
当前提交
3051d76892
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile

+ 2 - 0
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)