On Mar 2, 2009, at 16:00 , Iñáki Baz Castillo wrote:

> El Martes, 3 de Marzo de 2009, Eric Hodel escribi
>
>> Don't run rdoc against it's output directory.
>
> True, thanks. But I wonder why using RDoc V1.0.1 - 20041108 I can  
> run "rdoc"
> command from the sources directory (so it generates "doc"  
> directory). Anyway
> I understand that I shouldn't do it.

most ppl generate rdoc via their rakefile and that includes a "clean"  ependency that is met before the rdoc generates. If you use hoe you  
get this for free.