This did the job! Thanks, Konrad

Am 13.06.2025 um 12:22 schrieb Stéphane Marks <shipmints@gmail.com>:

If you're using homebrew, try "brew install texinfo"

On Fri, Jun 13, 2025 at 11:37 AM Konrad Podczeck <konrad.podczeck@univie.ac.at> wrote:
I get:

makeinfo not found

Thanks for your reply,

best Konrad

> Am 13.06.2025 um 11:14 schrieb Arash Esbati <arash@gnu.org>:
>
> Konrad Podczeck <konrad.podczeck@univie.ac.at> writes:
>
>> Building emacs stops and ends with the lines
>>
>> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
>>  GEN      ../../info/elisp.info
>> make[1]: makeinfo: No such file or directory
>> make[1]: *** [../../info/elisp.info] Error 1
>> make: *** [lispref-info] Error 2
>>
>> even though elisp.info does exist.
>
> In the same shell, what do you get when you do:
>
>  $ which makeinfo
>
> ?  Best, Arash