groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Groff pipeline plumbing problem


From: Ralph Corderoy
Subject: Re: [Groff] Groff pipeline plumbing problem
Date: Fri, 28 Dec 2001 20:30:10 +0000

Hi Rick,

> It looks to me like the "groff" driver in the latest CVS version is
> putting together bogus pipelines.  This is with the latest CVS
> version:
> 
> $ /usr/local/test/bin/groff -P-Ixxx.1 -P-o0 -P-i100 -t -man -Thtml xxx.1
> post-grohtml:<standard input>:1:fatal error: the first command must
>     be `x T'
> 
> It appears to me that post-grohtml is getting exec'ed *twice* by
> "groff", and the second time there is already HTML in its input!!!!!

What does groff's -V option show?  This displays the pipeline instead
of executing it.

    % ./test-groff -V -P-Ixxx.1 -P-o0 -P-i100 -t -man -Thtml xxx.1
    soelim xxx.1 | tbl | pre-grohtml -Ixxx.1 -o0 -i100 troff -man -Thtml |
        post-grohtml -Ixxx.1 -o0 -i100

Cheers,


Ralph.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]