Convert RDoc markup to HTML

If you want to convert a README.rdoc file to HTML, say this from a shell:

rdoc README.rdoc

You will find the generated HTML in doc/index.html.

If you do this while working on one of our gems Show archive.org snapshot , please .gitignore everything in doc and don't commit the generated HTML.

Henning Koch About 13 years ago