summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 09:19:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-27 09:19:00 +0000
commitce7cdcdd95085545189419a3131625679fcf3b28 (patch)
tree6aee8f3c39c78e9819dd5b18c411f400e518cbf5 /common.mk
parent4aa64b35fa75eb7fb2c953b557d950766386f17b (diff)
* common.mk (help): show major targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index bf27541c57..ed8a8a60fc 100644
--- a/common.mk
+++ b/common.mk
@@ -797,3 +797,14 @@ dist: $(PROGRAM)
up:
@$(VCS) up "$(srcdir)" |\
sed '-e$${' -eh "-es/[^0-9]//g" "-es/^/#define RUBY_REVISION /" "-ew$(srcdir)/revision.h" -eg "-e}"
+
+help:
+ @echo ' Makefile of Ruby'
+ @echo
+ @echo 'targets:'
+ @echo ' all: compile ruby and extensions'
+ @echo ' check: equals make test test-all'
+ @echo ' test: ruby core tests'
+ @echo ' test-all: all ruby tests'
+ @echo ' install: install all ruby distributions'
+ @echo ' install-nodoc: install without rdoc'