On Dec 27, 2004, at 9:28 AM, jim / freeze.org wrote: > Ok, this is what I tried: > > rdoc --all --ri-system <install-dir> > > Maybe that should have been > > rdoc --all --ri-system <src-dir> The documentation for built-in classes is in the source for those classes. The source isn't in the instal dirs, so you'll be missing all that fine documentation. > > > BTW, is it possible to use the ri and rdoc with 1.8.2 > on a 1.8.0 install? I don't know, is the simple answer. It should probably work, as I don't believe it uses anything special. Cheers Dave