(Followup to my previous post)
To answer my own question, I guess it is pretty obvious that the answer to "How
to
fix?" is "Install texinfo and re-run the make install", but it raises two
important
questions:
1) Why is the error ignored, making it almost impossible to determine that
I found the problem (I think). See below:
--- Cut Here ---
make[1]: Entering directory '/home/username/Build/bash-5.3-rc2/doc'
rm -f bashref.info
makeinfo --no-split -I../lib/readline/doc ./bashref.texi
make[1]: makeinfo: Command not found
Makefile:181: recipe for target 'bashref.info' failed
mak
On Sat, Jun 14, 2025 at 03:17:09 -0600, Stan Marsh wrote:
> (Followup to my previous post)
>
> To answer my own question, I guess it is pretty obvious that the answer to
> "How to
> fix?" is "Install texinfo and re-run the make install", but it raises two
> important
> questions:
> 1) Why is