Hal Fulton wrote:
> James Britt wrote:
> 
>> Hal Fulton wrote:
>>
>>> What's the shortest path from here to sanity?
>>
>>
>> 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.
> 
> 
> I'm trying that now. Sounds like it should be added so that
> it happens automagically.
> 
> Out of curiosity: Does 'make test' work for you? It fails
> for me, but the build seems ok...
> 
> 
> Hal
> 
> 
> 
When you configure do a --enable-install-doc and then it will 
autoinstall as you build.  Personally I think that should be the default 
and --disable-install-doc should be the option if say you were rapidly 
recompiling the ruby source.

Charles Comstock