From: ts Date: 2004-01-01T01:01:03+09:00 Subject: Re: rdoc: how to generate rdoc & ri documentation of standard library? >>>>> "A" == Andreas Schwarz writes: A> Ok, thanks. Where do I have to put the ri data to make it available to A> all users? I tried "rdoc -o -o /usr/local/share/ri/1.8/system ...", but A> rdoc still wrote the data to /root/.ri/. rdoc --help can be helpfull :-) svg% rdoc --help RDoc V1.0pr1: 2003/12/01 07:12:48 (1.1) [...] --ri-site, -R generate output for use by 'ri.' The files are stored in a site-wide directory, making them accessible to others, so special privileges are needed. [...] svg% Guy Decoux