summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-15 00:33:17 +0200
committerBastien Guerry <bzg@altern.org>2012-08-15 00:33:17 +0200
commit65dcca50868b67bcccbf3ac22452999bb825b18b (patch)
tree06afebbd2e7af58886d99d3c7faf10dcc693ba29
parent510f6464b06932406051fd0983586f6c1680e098 (diff)
downloadorg-mode-65dcca50868b67bcccbf3ac22452999bb825b18b.tar.gz
Reduce the number of targets displayed by `make helpall'
Removes these targets: check cleancontrib cleandirs cleandoc cleandocs cleanelc cleanlisp cleantest cleantesting cleanutils compile-source config-eol
-rw-r--r--Makefile36
1 files changed, 12 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index 0463541..a1902a1 100644
--- a/Makefile
+++ b/Makefile
@@ -28,41 +28,20 @@ help helpall::
$(info make all - ditto)
$(info make compile - build Org ELisp files)
$(info make autoloads - create org-install.el to load Org in-place)
- $(info make check - build Org ELisp files and run test suite)
+ $(info make test - build Org ELisp files and run test suite)
helpall::
- $(info make test - ditto)
+ $(info make test-dirty - check without building first)
$(info make compile-dirty - build only stale Org ELisp files)
$(info make compile-single - build using one Emacs process per file)
- $(info make compile-source - ditto, but immediately remove byte-compiled file )
- $(info make test-dirty - check without building first)
$(info )
$(info Compatibility)
$(info =============)
$(info make oldorg - what the old make did: compile autoloads info)
$(info )
- $(info Convenience)
- $(info ===========)
- $(info make up0 - pull from upstream)
- $(info make up1 - pull from upstream, build and check)
- $(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)
$(info ========)
$(info make clean - remove built Org ELisp files and documentation)
$(info make cleanall - remove everything that can be built and all remnants)
- $(info make cleandirs - clean in etc/, lisp/ and doc/)
- $(info make cleancontrib - remove remnants in contrib/)
- $(info make cleantesting - remove remnants in testing/)
- $(info make cleanutils - remove remnants in UTILITIES/)
- $(info make cleandoc - remove built documentation)
- $(info make cleandocs - ditto)
- $(info make cleanlisp - remove built Org ELisp files)
- $(info make cleanelc - ditto)
- $(info make cleantest - remove test directory)
$(info make clean-install - remove previous Org installation)
$(info )
$(info Configuration Check)
@@ -74,7 +53,6 @@ helpall::
$(info make config-exe - check executables configuration)
$(info make config-cmd - check command configuration)
$(info make config-all - check all configuration)
- $(info make config-eol - check all configuration, mark end-of-line)
$(info )
$(info Documentation)
$(info =============)
@@ -98,6 +76,16 @@ helpall::
$(info make install-etc - build and install files in /etc)
$(info make install-lisp - build and install Org Elisp files)
$(info make install-info - build and install Info documentation)
+ $(info )
+ $(info Convenience)
+ $(info ===========)
+ $(info make up0 - pull from upstream)
+ $(info make up1 - pull from upstream, build and check)
+ $(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)
help helpall::
@echo ""