From 6c18e66108eb15c475258146125f785cf2bea4cc Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2009 21:24:39 +0000 Subject: * common.mk (install-all): target to install all. * tool/rbinstall.rb (parse_args): accept all install targets. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f6affcfdb..938139d1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 15 06:24:35 2009 Nobuyoshi Nakada + + * common.mk (install-all): target to install all. + + * tool/rbinstall.rb (parse_args): accept all install targets. + Tue Sep 15 04:25:03 2009 Nobuyoshi Nakada * configure.in (RDOCTARGET): use install-all. [ruby-dev:39334] -- cgit