From 8c21834eb7d8823df40a7a036717337bf1d38456 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Mar 2005 09:44:33 +0000 Subject: * common.mk: add {pre,post}-install targets. * instruby.rb (install?): install particular part. * bcc32/Makefile.sub (post-install-ext): remove debug information files after installation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 72093991e..86476bf92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Mar 3 18:38:26 2005 Nobuyoshi Nakada +Thu Mar 3 18:44:18 2005 Nobuyoshi Nakada * {bcc32,win32,wince}/Makefile.sub (config.h): check if affected when makefiles are modified. @@ -10,6 +10,13 @@ Thu Mar 3 18:38:26 2005 Nobuyoshi Nakada * win32/resource.rb: more descriptions. + * common.mk: add {pre,post}-install targets. + + * instruby.rb (install?): install particular part. + + * bcc32/Makefile.sub (post-install-ext): remove debug information + files after installation. + Thu Mar 3 11:49:51 2005 Kouhei Sutou * sample/rss/tdiary_plugin/rss-recent.rb: added site information. -- cgit