On Tue, Feb 04, 2025 at 08:40:37PM +0100, Patrice Dumas wrote: > On Sat, Feb 01, 2025 at 11:32:37PM +0000, Gavin Smith wrote: > > On Sat, Feb 01, 2025 at 09:13:13PM +0100, Patrice Dumas wrote: > > > > I suspect there are more leftover files as there is still > > tp/Texinfo/XS/configure which you say is a leftover. This is matched > > by "**/configure" in the top-level .gitignore. Similar patterns match > > config.log, config.status, aclocal.m4, config.h, config.h.in, stamp-h1, > > TestXS.la, and TestXS_la-TestXS.lo which I also deleted. > > > > However, re-running "make", config.h and config.h.in reappeared, so > > are evidently still used. > > Not in former tp/Texinfo/XS. > > This should be finished now.
It was straightforward to delete the "tp/" and "doc/tp_api" directory and this got rid of all remaining stale files. > I think that the organization is much clearer/logical now. The only > thing that I miss is to be able to grep a symbol in tta/C/*/*.* and get > the .xs symbols too, as they are now elsewhere, in > tta/perl/XSTexinfo/*/*.xs, but it is not a big deal. I use ctags files a lot but don't remember how well my setup worked with *.xs files. I rely on grepping a lot too.