Xorg7/rman: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
→Non-Multilib or Multilib: put the man pages where they belong (in share) |
||
| Line 15: | Line 15: | ||
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@" Makefile | ||
Compile the package: | Compile the package: | ||
Revision as of 11:10, 8 May 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@" 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. |
|---|