Xorg7/rman: Difference between revisions

From CBLFS
Jump to navigationJump to search
Versioning template.
Edited to conform to the template.
Line 7: Line 7:
Back to [[Xorg7/xterm|xterm]]
Back to [[Xorg7/xterm|xterm]]
----
----
= Introduction to rman =


== Dependencies ==
rman is a utility to convert manual pages into other formats.


== Non-Multilib ==
= Non-Multilib or Multilib =


Adjust the makefile:
Adjust the makefile:
Line 25: Line 26:
  make install
  make install


== Multilib ==
Next [[Xorg7/Config|Configure X]]


=== 32Bit ===
= Contents =


None...
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
|rman
|}


=== N32 ===
== Short Description ==


None...
{| style="text-align: left;"
 
|-valign="top"
=== 64Bit ===
! rman:
 
|Program to convert man pages to HTML, ASCII, LaTeX, LaTeX2e, RTF, or DocBook XML output.
Adjust the makefile:
|}
 
sed -i -e "s@/opt/local@$XORG_PREFIX@" \
    -e "s@/usr/local@$XORG_PREFIX@" Makefile
 
Compile the package:
 
make
 
Install the package
 
make install
 
----
Next [[Xorg7/Config|Configure X]]

Revision as of 13:10, 21 December 2006

Download Source: http://prdownloads.sourceforge.net/polyglotman/rman-3.2.tar.gz

Back to xterm


Introduction to rman

rman is a utility to convert manual pages into other formats.

Non-Multilib or Multilib

Adjust the makefile:

sed -i -e "s@/opt/local@$XORG_PREFIX@" \
    -e "s@/usr/local@$XORG_PREFIX@" Makefile

Compile the package:

make

Install the package

make install

Next Configure X

Contents

Installed Programs: rman

Short Description

rman: Program to convert man pages to HTML, ASCII, LaTeX, LaTeX2e, RTF, or DocBook XML output.