On Sun, Jul 27, 2025 at 10:53:32PM +0100, Gavin Smith wrote: > Texinfo.pm does not exist in the tta/swig/perl directory, and although > it is listed in Makefile.am there is no rule to build it.
Just on the topic of "make dist", I wonder if it would help to track this file (and others) in git, if it needs to go into the distribution archive: If I run the following, "make dist" completes: touch tta/swig/perl/Texinfo.pm touch tta/swig/perl/perl_texinfo_wrap.c touch tta/swig/python/Texinfo.py touch tta/swig/python/python_texinfo_wrap.c I'm not sure what happens if these files need to be rebuilt though. Probably the simplest way would be not to distribute these files.