Hi,
In message "[ruby-talk:14997] Standard practices for module distribution"
on 01/05/11, Niklas Frykholm <r2d2 / mao.acc.umu.se> writes:
|mkmf.rb is great, but does not solve all my problems, for example I
|need to install both binary extensions and "pure" ruby modules. Also
|there might be documentation and other things that needs to be compiled
|and installed.
If you want to install ruby libraries along with extention, put ruby
libraries in lib/ directory where extension resides. See tcltklib for
example.
If you want to install more stuff (like documentation), there's no
easy way yet. If you come up with a API proposal, I'd love to enhance
mkmf.rb (or introduce new makefile maker, if it's not compatible).
matz.