mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-26 10:49:38 +00:00
correct output from "make helpall"
* Makefile: correct definitions to have "make helpall" display the output in the way it was intended. Remove documentation for "cleanrel" as it is not intended to be used except on the release server; this target may move into server.mk, but for now leave it in targets.mk.
This commit is contained in:
parent
4f29c630d8
commit
03e2192b4b
12
Makefile
12
Makefile
@ -12,8 +12,7 @@ all::
|
||||
# Describe valid make targets for org-mode.
|
||||
.PHONY: targets help helpall
|
||||
targets: help
|
||||
helpall:: help
|
||||
help::
|
||||
help helpall::
|
||||
$(info )
|
||||
$(info Getting Help)
|
||||
$(info ============)
|
||||
@ -57,24 +56,23 @@ helpall::
|
||||
$(info make cleandocs - ditto)
|
||||
$(info make cleanlisp - remove built Org ELisp files)
|
||||
$(info make cleanelc - ditto)
|
||||
$(info make cleanrel - remove release remnants)
|
||||
$(info make cleantest - remove check remnants)
|
||||
$(info make clean-install - remove previous Org installation)
|
||||
$(info )
|
||||
$(info Documentation)
|
||||
$(info =============)
|
||||
help::
|
||||
help helpall::
|
||||
$(info make doc - build all documentation)
|
||||
helpall::
|
||||
$(info make docs - ditto)
|
||||
help::
|
||||
help helpall::
|
||||
$(info make info - build Info documentation)
|
||||
helpall::
|
||||
$(info make html - build HTML documentation)
|
||||
$(info make pdf - build PDF documentation)
|
||||
$(info make card - build reference cards)
|
||||
$(info make refcard - ditto)
|
||||
help::
|
||||
help helpall::
|
||||
$(info )
|
||||
$(info Installation)
|
||||
$(info ============)
|
||||
@ -83,7 +81,7 @@ 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)
|
||||
help::
|
||||
help helpall::
|
||||
@echo ""
|
||||
|
||||
include targets.mk # toplevel make machinery
|
||||
|
Loading…
Reference in New Issue
Block a user