Use of .document with RDoc

Barrie Stott <[email protected]> Fri, 2 Jul 2010 14:38:04 +0100
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <20100702133804.GA3846@etch1>
Suppose I've installed the rdoc (2.5.8) gem without creating any
documentation. It has a top level file, .document, that contains:

	History.txt
	README.txt
	RI.txt
	lib

I move to the directory .../gems/rdoc-2.5.8 and run the command:

	rdoc --ri --op /tmp/doc

I expect to get all relevant ri documentation in /tmp/doc but I see
nothing corresponding to the .txt files mentioned in .document.

I would be grateful if someone could explain to me what I am doing
wrong and, even more importantly, what I should do to get the
documentation corresponding to the .txt files.

Barrie.