From: ts Date: 2004-01-12T01:04:57+09:00 Subject: Re: RDoc/Ruby1.9 problems >>>>> "J" == Jim Menard writes: J> Nope. I see J> install -c -p -m 0755 bin/rdoc /usr/local/bin/rdoc J> but not the lines you posted. well, my instruby.rb do for f in Dir["lib/**/*{.rb,help-message}"] dir = File.dirname(f).sub!(/\Alib/, rubylibdir) || rubylibdir makedirs dir install f, dir, :mode => 0644 end Guy Decoux