From ce7cdcdd95085545189419a3131625679fcf3b28 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 27 Jan 2008 09:19:00 +0000 Subject: * common.mk (help): show major targets. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 11 +++++++++++ 2 files changed, 15 insertions(+) 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 + + * common.mk (help): show major targets. + Sun Jan 27 17:54:48 2008 NARUSE, Yui * 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' -- cgit v1.2.3