Difference between revisions of "Xorg7/rman"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {| style="text-align: left; background-color: AliceBlue;" | ||
+ | |- | ||
+ | !Download Source: | ||
+ | | http://prdownloads.sourceforge.net/polyglotman/rman-{{Rman-Version}}.tar.gz | ||
+ | |} | ||
+ | ---- | ||
Back to [[Xorg7/xterm|xterm]] | Back to [[Xorg7/xterm|xterm]] | ||
+ | ---- | ||
+ | |||
+ | {{Package-Introduction|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/share@" \ | ||
+ | -e "s@share/man@man@" Makefile | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | make | ||
+ | |||
+ | Install the package | ||
+ | |||
+ | make install | ||
Next [[Xorg7/Config|Configure X]] | Next [[Xorg7/Config|Configure X]] | ||
+ | |||
+ | = Contents = | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! Installed Programs: | ||
+ | |rman | ||
+ | |} | ||
+ | |||
+ | === Short Description === | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! rman: | ||
+ | |Program to convert man pages to HTML, ASCII, LaTeX, LaTeX2e, RTF, or DocBook XML output. | ||
+ | |} |
Latest revision as of 14: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. |
---|