summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-05-10 20:29:13 +0200
committerBastien Guerry <bzg@altern.org>2012-05-18 07:45:46 +0200
commit03e2192b4b8279423ba6c405b75552e06571a0d3 (patch)
tree48e5730f4b5d0fa601843e30a4b21327a737627e
parent4f29c630d8dd92a37ea177e594d9e15d3d590464 (diff)
downloadorg-mode-03e2192b4b8279423ba6c405b75552e06571a0d3.tar.gz
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.
-rw-r--r--Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9dc4ba8..70c87ed 100644
--- a/Makefile
+++ b/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