I can set a specific doc directory where rdoc1.9 should publish the
documentation to.
BUT:
rdoc1.9 always deletes the old doc dir before publishing the new one!
So If I got another doc Directory there and that has other stuff in it
then I do not appreciate it when that directory is just overwritten or
deleted with out myself being asked if I want it deleted or not.
So my question is: Is there any possibility to tell rdoc1.9 not to
delete any existing doc directory?
rdoc1.9 always deletes the old doc dir before publishing the new one!
So If I got another doc Directory there and that has other stuff in it
then I do not appreciate it when that directory is just overwritten or
deleted with out myself being asked if I want it deleted or not.
So my question is: Is there any possibility to tell rdoc1.9 not to
delete any existing doc directory?
The rdoc command has never deleted directories. RDoc has always
preserved existing directories that were not used for rdoc output.
The latest gem does not:
$ gem unpack rdoc
Unpacked gem: ‘/Users/ehodel/Work/git/rdoc/tmp/rdoc-3.5.2’
$ cd rdoc-3.5.2/
./rdoc-3.5.2/
$ grep -r \.rm lib
lib/rdoc/gauntlet.rb: FileUtils.rm_rf dir if File.exist? dir
lib/rdoc/gauntlet.rb: FileUtils.rm_rf dir
$
Nor does the version shipped with 1.9.2-p136 (rdoc 2.5.8)