RD is Ruby's POD. RDtool is formatter for RD.
missing/strscan.rb is added. this is for Win users who cannot compile extlib and install Racc.
rd2man is updated by Watanabe.
bug fix.
RDtool requires Racc 1.0.0 or later. Please install Racc before installation of RDtool. And requires also OptionParser 0.7 or later. Please install it. And...
ruby rdtoolconf.rb
Check and modify Makefile if need.
make all in src dir.
su if you install into public directories.
make install
If you want to use , utils/rdswap.rb, utils/rd-mode.el, install it by hand.
make clean if you want.
If you can't install Racc and strscan extlib, then...
ruby rdtoolconf.rb
su if necessary.
make install-nonext
In this case, OptionParser is also needed.
Simply,
% rd2 rdfile.rd > outputfile
If you want to decide library for outputting, do
% rd2 -r library rdfile.rd > outputfile
Please rd2 --help to know more options.
rd2 load "${HOME}/.rd2rc" when it runs.
Please read doc/rd-draft.rd.
If you find a bug in RDtool, please E-mail me <URL:mailto:toshirok@yb3.so-net.ne.jp>.
You can use/re-distribute/change RDtool under Ruby's License or GPL. This distribute of RDtool include files which is copyrighted by somebody else, and these files can be re-distributed under those own license. These files include the condition of those license in themselves.