[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Converting man pages to PDF and links
From: |
Meg McRoberts |
Subject: |
Re: [Groff] Converting man pages to PDF and links |
Date: |
Fri, 30 Nov 2007 16:46:50 -0800 (PST) |
I have no idea how to do that but I know it is possible - SCO
had a customized set of mm/man macros that provided
this functionality. We built the entire doc set (man pages
and manuals) into HTML and had hot-linked cross-reference
from any document to any document, with tools to check
the links before a build -- very nice stuff!
Let me see if I can turn up the right rock...
meg
--- On Fri, 11/30/07, Andre-John Mas <address@hidden> wrote:
> From: Andre-John Mas <address@hidden>
> Subject: [Groff] Converting man pages to PDF and links
> To: address@hidden
> Date: Friday, November 30, 2007, 12:48 PM
> Hi,
>
> I am currently using the following script for generating
> PDF
> version of my man pages:
>
> http://www.aasan.org/download/man2pdf
>
> To add extra value I would like to have the references to
> other
> man pages to be hyper-links, since I will be using them in
> a
> web browser. Can anyone suggest a way doing this?
>
> Andre