Pat,
Thank you for that explanation. As a little context, I obtained the texinfo
file from compiling an Org-mode file, and noticed that when makeinfo was run
using a relative path pointing to the image file, the info file had a different
answer depending on whether makeinfo could find the image
On Thu, Oct 14, 2021 at 12:25:40AM -0700, wlharv...@mac.com wrote:
> sub _convert_image_command has a couple of bugs.
>
> There are a couple of lines that assign to $image_file the concatenation
> $basefile.$extension. However, the concatenation needs to be quoted; e.g.
> $image_file = “$basef
sub _convert_image_command has a couple of bugs.
There are a couple of lines that assign to $image_file the concatenation
$basefile.$extension. However, the concatenation needs to be quoted; e.g.
$image_file = “$basefile.$extension”. Otherwise it is a concatenation of two
strings without the