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

* common.mk (help): small fix.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-04-15 02:52:12 +00:00
parent 46ff009168
commit 202ce4fd63
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Apr 15 11:51:49 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (help): small fix.
Wed Apr 14 22:09:28 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/rexml/source.rb: force_encoding("UTF-8") when the input

View file

@ -838,6 +838,6 @@ help: PHONY
@echo " install-nodoc: install without rdoc"
@echo " clean: clean built objects"
@echo " golf: for golfers"
@echo
@echo ""
@echo "see DeveloperHowto for more detail: "
@echo " http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto"