On Thu, Nov 17, 2022 at 10:27:06PM +0100, Patrice Dumas wrote: > On Thu, Nov 17, 2022 at 09:01:31PM +0000, Gavin Smith wrote: > > I have tracked tp/Makefile.tres in git both to avoid distcheck failures > > when one of us adds a new test, and to make switching branches easier. > > > > I know tracking generated files is always tricky, so please report if > > there are problems. > > This file looks ok to me to be in git. >
I have also tracked tp/tests/Makefile.onetst. Since the tp/tests/encoded directory was added on the master branch, I have had errors trying to build on the relase/7.0 branch, getting an error: make[3]: Entering directory '/home/g/src/texinfo/GIT/tp/tests' make[3]: *** No rule to make target 'encoded/list-of-tests', needed by 'Makefile.onetst'. Stop. The "encoded" directory does not exist on the release branch and it is hard to get Makefile.onetst regenerated properly. I finally did it by running autogen.sh.
