Difference between revisions of "Xorg7/rman"

From CBLFS
Jump to navigationJump to search
(Versioning template.)
 
(4 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
----
 
----
  
== Dependencies ==
+
{{Package-Introduction|rman is a utility to convert manual pages into other formats.}}
  
== Non-Multilib ==
+
== Non-Multilib or Multilib ==
  
 
Adjust the makefile:
 
Adjust the makefile:
  
 
  sed -i -e "s@/opt/local@$XORG_PREFIX@" \
 
  sed -i -e "s@/opt/local@$XORG_PREFIX@" \
     -e "s@/usr/local@$XORG_PREFIX@" Makefile
+
     -e "s@/usr/local@$XORG_PREFIX/share@" \
 +
    -e "s@share/man@man@" Makefile
  
 
Compile the package:
 
Compile the package:
Line 25: Line 26:
 
  make install
 
  make install
  
== Multilib ==
+
Next [[Xorg7/Config|Configure X]]
 
 
=== 32Bit ===
 
 
 
None...
 
 
 
=== N32 ===
 
 
 
None...
 
 
 
=== 64Bit ===
 
 
 
Adjust the makefile:
 
 
 
sed -i -e "s@/opt/local@$XORG_PREFIX@" \
 
    -e "s@/usr/local@$XORG_PREFIX@" Makefile
 
 
 
Compile the package:
 
  
make
+
= Contents =
  
Install the package
+
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
|rman
 +
|}
  
make install
+
=== Short Description ===
  
----
+
{| style="text-align: left;"
Next [[Xorg7/Config|Configure X]]
+
|-valign="top"
 +
! rman:
 +
|Program to convert man pages to HTML, ASCII, LaTeX, LaTeX2e, RTF, or DocBook XML output.
 +
|}

Latest revision as of 15:37, 15 August 2007

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

Back to xterm


Introduction to Xorg7/rman

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

Project Homepage: Unknown

Non-Multilib or Multilib

Adjust the makefile:

sed -i -e "s@/opt/local@$XORG_PREFIX@" \
    -e "s@/usr/local@$XORG_PREFIX/share@" \
    -e "s@share/man@man@" 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.