From 2d44cb6e84dfbb0946181a215f4ba7e6037ff5f6 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 21 Sep 2006 13:58:33 +0000 Subject: * common.mk (no-install): not install rdoc actually. * common.mk (install-doc, no-install-doc): use instruby.rb. * instruby.rb: rdoc installation. * ext/extmk.rb: expand ruby executable names. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2d1cd20c..1e16250e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Sep 21 22:56:20 2006 Nobuyoshi Nakada + + * common.mk (no-install): not install rdoc actually. + + * common.mk (install-doc, no-install-doc): use instruby.rb. + + * instruby.rb: rdoc installation. + + * ext/extmk.rb: expand ruby executable names. + Thu Sep 21 17:44:49 2006 Yukihiro Matsumoto * string.c (rb_str_startwith): a new method to check if a string -- cgit