[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[RDOC] Feature request: --force

djberg96

11/3/2004 3:51:00 PM

Hi,

I have a library that already has a 'doc' directory with a couple of
files. I would also like to create the rdoc documentation in this
directory. However, rdoc does not currently allow you to do this if a
'doc' directory already exists.

"Directory doc already exists, but it looks like it
isn't an RDoc directory. Because RDoc doesn't want to risk
destroying any of your existing files, you'll need to
specify a different output directory name (using the
--op <dir> option)."

I would like to be able to force install the rdoc documentation in the
'doc' directory even if it already exists, with the understanding that
some files might be overwritten.

Can this option be added?

Regards,

Dan