On 08/12/2025 05:41, Collin Funk wrote:
Pádraig Brady <[email protected]> writes:
I pushed the attached version which defines a more general @optItem macro.
Then I pushed a further (large/boring so not attached), to use that macro
to add an anchor/index to each command option description,
while also reducing the texinfo source file by over 1000 lines.
https://github.com/coreutils/coreutils/commit/796b8d1a6
It is a nice cleanup, but unfortunately I am unable to build the PDF
documentation after them (or DVI, since that is required to generate the
PDF).
The TeX errors are not exactly helpful:
Ah the dvi parsing is more strict than for info/html,
and needs empty arguments to be specified explicitly.
I made that change, added a syntax check and pushed.
cheers,
Padraig