On Mon, 2004-11-08 at 02:49 +0900, Dave Thomas wrote: > On Nov 7, 2004, at 8:54, Jamis Buck wrote: > > > 3) run "find . -name '*.rb' -o '*.c' | xargs rdoc18 --all --ri --op > > /usr/share/ri/1.8/system" > > > > 4) go get something to eat...this will take awhile... > > It'd be better to go to the same directory (which should contain a > .document file) and just run plain rdoc --op ... That way it'll take a > lot, lot less time, and it'll only document the meaningful stuff. > [...] Is the source package untarring required? Shouldn't it work from running rdoc under /usr/lib/ruby/1.8/ ? For some reason this seems to have worked for some (me), and not others... Cheers, --ibz.