On Jan 5, 2004, at 1:03, J.Herre wrote: > > On Jan 4, 2004, at 8:55 PM, Dave Thomas wrote: > >> > rdoc: >> > echo Generating RDoc documentation >> > $(MINIRUBY) -I lib bin/rdoc --all --ri-system *.c >> > > Does this mean that you have to have root in order to 'make rdoc'? Yes: as it was part of the install target, I didn't see much point in splitting the target into a root and non-root part. Given that it seems like a good idea not to change the make make test make install sequence by adding an extra step, I couldn't think of another way of doing it that wouldn't inconvenience developers. Cheers Dave