Hi Deri, On Thu, Nov 30, 2023 at 11:38:18PM +0100, Alejandro Colomar wrote: > > It replaces the complete LinuxManBook directory and the executable is now > > called BuildLinuxMan2.pl. > > I'd prefer if the huge groff code would go in a separate file. Would > that make sense? I've applied a few tweaks to the script you sent before committing it. The performance is similar, and it's less of a change to the current code. I think we should be able to cut half a second or so if we add a BuildSec() function so that we don't block the first page until the entire sort is done. And it would be also more readable. Please check. Cheers, Alex --