summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-25 19:24:56 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-25 19:25:03 +0900
commit57225dc07a3fcc745c7aecc1fb04182b156ad29f (patch)
tree50cee0e1c2599f7db842c5a418e0187c2487c6c8 /common.mk
parentb2e92bfd9f25274277f15faa6e9a70a7d0a36dfe (diff)
Show `make checkout-github/merge-github` in help
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 3c5f1a31b4..3516f1c8b2 100644
--- a/common.mk
+++ b/common.mk
@@ -1462,6 +1462,8 @@ update-man-date: PHONY
-e '$$_.sub!(/^(\.Dd ).*/){$$1+@vcs.modified(ARGF.path).strftime("%B %d, %Y")}' \
"$(srcdir)" "$(srcdir)"/man/*.1
+HELP_EXTRA_TASKS = ""
+
help: PHONY
$(MESSAGE_BEGIN) \
" Makefile of Ruby" \
@@ -1498,7 +1500,7 @@ help: PHONY
" change: make change log template" \
" golf: for golfers" \
" goruby: same as golf" \
- "" \
+ $(HELP_EXTRA_TASKS) \
"see DeveloperHowto for more detail: " \
" https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \
$(MESSAGE_END)