[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] html image files
From: |
Heinz-Jürgen Oertel |
Subject: |
Re: [Groff] html image files |
Date: |
Sun, 23 Oct 2005 19:37:27 +0200 |
User-agent: |
KMail/1.8.3 |
Am Sonntag, 23. Oktober 2005 17:59 schrieb Amber Hassaan:
> Hi,
> When we generate an html document using groff ,
> there are several automatically generated .png images
> which are to be loaded in the html page.
> Typically the web documents have a separate folder
> for keeping such images(and other stuff) .Please ,
> tell me , how do we do this in groff when writing an
> html document.
>
> Regards
> amber
from groff(1):
$ groff -Parg -- pass arg to the postprocessor
The postprocessor to look at is grohtml(1):
-Ddir Inform grohtml to place all image files into directory dir
The resulting will be something like:
$ groff -Thtml -P-Dimages your_file.roff
Regards
Heinz