Explorar el Código

Document convenience target 'uncompiled'.

* Makefile: Document convenience target 'uncompiled' (a surrogate for
  'make cleanlisp autoloads').
Achim Gratz hace 12 años
padre
commit
3051d76892
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)