On Wed, Sep 18, 2024 at 11:46:47PM +0200, Patrice Dumas wrote: > > I do not really understand why abs_top_srcdir is used here and not > top_srcdir, I did not really understand what the comment is about. > Maybe using top_srcdir instead of abs_top_srcdir and top_builddir > instead of abs_top_builddir could fix that issue?
I had a look at ChangeLog and mails, Gavin used the abs directories for a good reason, as there is a cd $srcdir before calling texi2any. This issue cannot be solved that way. -- Pat