Tim Hunter wrote: > IƱaki Baz Castillo wrote: >> Hi, I want to include a text file (LICENSE.txt) in the RDoc >> documentation. However, I don't want RDoc to parse it, instead, I want >> it to be displayed as text format. >> Is it possible with some commandline option of rdoc? I've not found >> it... >> >> Thanks. > > Did you try rdoc --help? > > --exclude, -x pattern > do not process files or directories matching > pattern. Files given explicitly on the > command > line will never be excluded. Maybe he wanted to suppress markup but still include the file in the rdoc output and index listing. That seems reasonable for LICENSE.txt. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407