[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running the grohtml pipeline as a pipeline
From: |
G. Branden Robinson |
Subject: |
Re: Running the grohtml pipeline as a pipeline |
Date: |
Fri, 22 Mar 2024 15:15:11 -0500 |
At 2024-03-22T20:56:28+0100, Alejandro Colomar wrote:
> I'm quite surprised that you aren't even getting the warning due to
> `eqn -Thtml`.
I did. I elided it. I also elided nearly all of my garrulous shell
prompt. ;-)
> I was running
>
> $ troff --version
> GNU troff (groff) version 1.23.0.902-1fce7-dirty
>
> But I can reproduce it with 1.23.0:
Well, let me see if I can...
Nope. Still can't.
$ preconv man3/_Generic.3 | tbl | eqn -Thtml | troff -man -Thtml -Wbreak |
post-grohtml >| _Generic-eqn-Thtml.html
warning: eqn should have been given a '-Tps' option
warning: (it is advisable to invoke groff via: groff -Thtml -e)
$ preconv man3/_Generic.3 | tbl | eqn -Tps | troff -man -Thtml -Wbreak |
post-grohtml >| _Generic-eqn-Tps.html
$ stat -c '%s %n' _Generic-eqn-T*
2999 _Generic-eqn-Thtml.html
2999 _Generic-eqn-Tps.html
$ diff -u _Generic-eqn-T*
--- _Generic-eqn-Thtml.html 2024-03-22 15:11:43.337162821 -0500
+++ _Generic-eqn-Tps.html 2024-03-22 15:11:31.777158605 -0500
@@ -1,5 +1,5 @@
<!-- Creator : groff version 1.23.0 -->
-<!-- CreationDate: Fri Mar 22 15:11:43 2024 -->
+<!-- CreationDate: Fri Mar 22 15:11:31 2024 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
Something is interfering with your installation, I think. Maybe try a
different system/VM/chroot. Or temporarily uninstall groff-Git (that's
what I did to produce the foregoing, to ensure the groff in
~/bin/groff-stable rather than ~/bin/groff-HEAD would be found).
Regards,
Branden
signature.asc
Description: PGP signature
- Running the grohtml pipeline as a pipeline, Alejandro Colomar, 2024/03/18
- Re: Running the grohtml pipeline as a pipeline, G. Branden Robinson, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline, Alejandro Colomar, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline, G. Branden Robinson, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline, Alejandro Colomar, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline,
G. Branden Robinson <=
- Re: Running the grohtml pipeline as a pipeline, Alejandro Colomar, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline, G. Branden Robinson, 2024/03/22
- Re: Running the grohtml pipeline as a pipeline, Alejandro Colomar, 2024/03/22
- The varieties of mdoc experience (was: Running the grohtml pipeline as a pipeline), G. Branden Robinson, 2024/03/23