Rick DeNatale wrote: > On Thu, Feb 19, 2009 at 4:24 PM, Kenneth McDonald < > kenneth.m.mcdonald / sbcglobal.net> wrote: > >> I tried >> >> rdoc --main maindocpage rex.rb >> >> where both maindocpage and rex.rb were in the current directory, and got >> the message: >> >> Could not find main page maindocpage >> >> multiple times. >> >> Thanks, >> Ken >> >> > Without any other hint, rdoc only looks at .rb files for input, so although > it might seem redundant try > > rdoc --main maindocpage maindocpage rex.rb I think you're right. Looking at all of my script to generate rdocs, I find exactly that redundancy, for example: rdoc -m README ... lib/**/*.rb README -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407