smart stuff

ri bug in latest ruby 1.8.2 source
25 Sep 04 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/ri_182_bug.rdoc
James Britt came to rescue:
 I grabbed the latest 1.8.2 source.
 I ran the usual: autoconf, configure, make, make install.
 ri failed.
 I looked inside Makefile and see the target install-doc.
 I ran make install-doc.
 ri worked.

 Not the most obvious path for me, but there you go