|
@@ -18,84 +18,86 @@ help helpall::
|
|
$(info Getting Help)
|
|
$(info Getting Help)
|
|
$(info ============)
|
|
$(info ============)
|
|
$(info )
|
|
$(info )
|
|
- $(info make help - show brief help)
|
|
|
|
- $(info make targets - ditto)
|
|
|
|
- $(info make helpall - show extended help)
|
|
|
|
|
|
+ $(info make help - show brief help)
|
|
|
|
+ $(info make targets - ditto)
|
|
|
|
+ $(info make helpall - show extended help)
|
|
$(info )
|
|
$(info )
|
|
$(info Build and Check)
|
|
$(info Build and Check)
|
|
$(info ===============)
|
|
$(info ===============)
|
|
- $(info make - build Org ELisp and all documentation)
|
|
|
|
- $(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 - build Org ELisp and all documentation)
|
|
|
|
+ $(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)
|
|
helpall::
|
|
helpall::
|
|
- $(info make test - ditto)
|
|
|
|
- $(info make compile-dirty - build only stale Org ELisp files)
|
|
|
|
- $(info make test-dirty - check without building first)
|
|
|
|
|
|
+ $(info make test - ditto)
|
|
|
|
+ $(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 )
|
|
$(info Compatibility)
|
|
$(info Compatibility)
|
|
$(info =============)
|
|
$(info =============)
|
|
- $(info make oldorg - what the old make did: compile autoloads info)
|
|
|
|
|
|
+ $(info make oldorg - what the old make did: compile autoloads info)
|
|
$(info )
|
|
$(info )
|
|
$(info Convenience)
|
|
$(info Convenience)
|
|
$(info ===========)
|
|
$(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 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 )
|
|
$(info Cleaning)
|
|
$(info Cleaning)
|
|
$(info ========)
|
|
$(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 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 )
|
|
$(info Configuration Check)
|
|
$(info Configuration Check)
|
|
$(info ===================)
|
|
$(info ===================)
|
|
help helpall::
|
|
help helpall::
|
|
- $(info make config - check main configuration)
|
|
|
|
|
|
+ $(info make config - check main configuration)
|
|
helpall::
|
|
helpall::
|
|
- $(info make config-test - check test configuration)
|
|
|
|
- $(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 make config-test - check test configuration)
|
|
|
|
+ $(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 )
|
|
$(info Documentation)
|
|
$(info Documentation)
|
|
$(info =============)
|
|
$(info =============)
|
|
help helpall::
|
|
help helpall::
|
|
- $(info make doc - build all documentation)
|
|
|
|
|
|
+ $(info make doc - build all documentation)
|
|
helpall::
|
|
helpall::
|
|
- $(info make docs - ditto)
|
|
|
|
|
|
+ $(info make docs - ditto)
|
|
help helpall::
|
|
help helpall::
|
|
- $(info make info - build Info documentation)
|
|
|
|
|
|
+ $(info make info - build Info documentation)
|
|
helpall::
|
|
helpall::
|
|
- $(info make html - build HTML documentation)
|
|
|
|
- $(info make pdf - build PDF documentation)
|
|
|
|
- $(info make card - build reference cards)
|
|
|
|
- $(info make refcard - ditto)
|
|
|
|
|
|
+ $(info make html - build HTML documentation)
|
|
|
|
+ $(info make pdf - build PDF documentation)
|
|
|
|
+ $(info make card - build reference cards)
|
|
|
|
+ $(info make refcard - ditto)
|
|
help helpall::
|
|
help helpall::
|
|
$(info )
|
|
$(info )
|
|
$(info Installation)
|
|
$(info Installation)
|
|
$(info ============)
|
|
$(info ============)
|
|
- $(info make install - build and install Org)
|
|
|
|
|
|
+ $(info make install - build and install Org)
|
|
helpall::
|
|
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 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)
|
|
help helpall::
|
|
help helpall::
|
|
@echo ""
|
|
@echo ""
|
|
|
|
|