On 09/03/2012 12:09 PM, Akim Demaille wrote: > > Le 12 août 2012 à 13:19, Stefano Lattarini a écrit : > >> @@ -90,12 +90,10 @@ define am.texi.build.html >> -I $(@D) -I $(srcdir)/$(@D) \ >> -o $(@:.html=.htp) $<; \ > > Why bother we such names instead of $@.tmp or $@-t? > I just saw no reason to change. In fact, I didn't even consider the issue, being occupied with other changes and tweaks.
> We no longer have to deal with the 8.3 issues, right? > Absolutely true. And using '$@-t' as the name of the temporary directory would probably offer some more consistency with other usages. So patches welcome :-) Regards, Stefano