Hi,
In message "Where to install documentation"
on 03/12/16, Dave Thomas <dave / pragprog.com> writes:
|The new RDoc/ri code needs to have a system-level directory on the
|user's machine where it can store the documentation. Where should this
|be? My current thinking is
|
| $prefix/site_ruby/<ver>/doc/rdoc
|
|Does this fit in with current conventions?
I think data for standard tools should be somewhere under
$prefix/lib/ruby/<ver>
e.g. /usr/lib/ruby/1.8/doc/rdoc
matz.