aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--common.mk11
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bbd947571..6af47cdb52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 27 18:18:13 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * common.mk (help): show major targets.
+
Sun Jan 27 17:54:48 2008 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/nkf.c: raise error when no output encoding is given.
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'