1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (help): show major targets.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-27 09:19:00 +00:00
parent 4aa64b35fa
commit ce7cdcdd95
2 changed files with 15 additions and 0 deletions

View file

@ -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.

View file

@ -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'