On Wed, Sep 18, 2024 at 11:46:47PM +0200, Patrice Dumas wrote:
> # Use the programs built in our distribution.  Use absolute directory
> # names so we can run from a different working directory.
> MAKEINFO_ENVIRONMENT = TEXINFO_DEV_SOURCE=1 \
>                        top_srcdir="$(abs_top_srcdir)" \
>                        top_builddir="$(abs_top_builddir)"
> 
> Then, I think that abs_top_builddir comes from configure substitution in
> Makefile.in, maybe from pwd.
> 
> 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?

In the end I added a new option to pod2texi to be able to specify
independently the destination of the included files and the @include in
the main Texinfo file.

-- 
Pat

Reply via email to