Eloy Duran
eloy.****@gmail*****
Sat Jan 20 22:24:18 JST 2007
> I did some changes to the rubycocoa-unstable/pre-install.rb > > # frameworks RI documentation > basedstdir = > "#{Config::CONFIG['datadir']}/ri/#{Config::CONFIG['ruby_version']}/site" > unless File.exist?(basedstdir) > command "mkdir -p '#{basedstdir}'" > end > command "cp -R 'framework/bridge-doc/ri/doc/ri/OSX' > '#{basedstdir}'" > > I also check if the site directory already exist. > > I hope this help. Thanks for the documentation! Muchos gracias Norberto, the code is now in svn. So the RI files are now also being installed. Usage: $ ri --site OSX::NSString or $ fastri-server -b $ fastri-server $ fri OSX::NSString Enjoy, Eloy