rman is a utility to convert manual pages into other formats. It can currently supports HTML, ASCII, LaTeX, LaTeX2e, RTF, POD, and partial DocBook XML output.
Download (HTTP): http://downloads.sourceforge.net/polyglotman/rman-3.2.tar.gz?download
Download MD5 sum: 6d1d67641c6d042595a96a62340d3cc6
Download size: 80 KB
Estimated disk space required: 629 KB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rman
rman is no longer part of the Xorg distribution, however, packages that use it may expect it to be in the same location as your Xorg programs. Adjust the makefile to account for this:
sed -i -e "s@/opt/local@$XORG_PREFIX@" \ -e "s@/usr/local@$XORG_PREFIX@" Makefile
Build rman by running the following command:
make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2008-02-05 11:44:55 -0600