On Wed, Apr 14, 2021 at 6:20 PM Michael Tremer wrote: > We have a command that automatically generates this file which would not respect this change: > > make update-po $ git clone git://git.ipfire.org/location/libloc.git $ cd libloc $ autoreconf --install --symlink $ intltoolize --force --automake $ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/lib $ rm po/POTFILES.in && make po/POTFILES.in $ make update-po For me this appears to produce the exact diff that has been provided in the v2 patch. > Do you have a way to modify the find/grep construction so that it won’t include any files when a “.in” file is available. Maybe .gitignore is useful here, too? Which target in which Makefile do you believe needs further modifications? I really feel like I am missing something here. --Valters