Hi, There were lot of fixes on 1.22.4.rc4, but now the build, install, check and texinfo doc generation look stable. Therefore I've generated the release candidate 1.22.4.rc5.
Unless something unexpected is found, I plan to tag the official 1.22.4 this weekend. 1.22.4.rc5 can be downloaded here: https://alpha.gnu.org/gnu/groff/. To build it and install it: mkdir build cd build ../configure make -j <number of cores> sudo make install A few (quite limited) checks can be done (on hdtbl and mom examples generation) with: make check To uninstall it just do: make uninstall The texinfo documentation can be generated with: make doc And installed with make install-doc You can also download and build the 1.22.4.rc5 from git: git clone https://git.savannah.gnu.org/git/groff.git cd groff git checkout 1.22.4.rc5 ./bootstrap mkdir build cd build ../configure make -j <number of cores> sudo make install Regards, Bertrand Garrigues