> On 6 Jul 2016, at 01:37, Daiki Ueno <[email protected]> wrote: > >> diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am >> index 3768dbe..a3e1e72 100644 >> --- a/gettext-tools/doc/Makefile.am >> +++ b/gettext-tools/doc/Makefile.am >> @@ -69,21 +69,7 @@ iso-3166.texi: ISO_3166 iso-3166.sed >> mv iso-3166.tmp $(srcdir)/iso-3166.texi >> >> # The dependencies of stamp-vti generated by automake are incomplete. >> -# So we have to duplicate the entire rule which would otherwise be generated >> -# by automake. > > I was pondering on this part; is the above comment no longer true with > the latest automake? If so, do you know which automake version fixed > the issue?
This part of the change is a couple of years old now so it’s not fresh in my mind, but I do think that the idea was to have $(srcdir)/stamp-vti depend on $(gettext_TEXINFOS) and this is just another way of doing it. - Andy.
