Hi,
On Wed, Oct 21 2020 at 01:24:25 AM, Bertrand Garrigues
<[email protected]> wrote:
> Building a 1.23.rc1 tag unexpectedly broke all the mom examples
> generation (there's just garbage in the pdf files). I'll try to figure
> out why tomorrow.
This is because of the:
const char *revision = "rc1";
in the generated file build/src/roff/troff/majorminor.cpp, which is used
by troff in input.cpp:init_registers()
number_reg_dictionary.define(".Y", new constant_reg(revision));
So I'll have to make a 1.23.0.rc1. I should be able to push a tar.gz on
GNU's alpha soon.
Regards,
Bertrand