Hongyi Zhao <[email protected]> writes: > On Tue, Aug 19, 2025 at 3:13 AM Arash Esbati <[email protected]> wrote: >> >> What do you get when you clone the AUCTeX repo in a temp directory and >> run make there, i.e. >> >> $ git clone https://git.savannah.gnu.org/git/auctex.git temp-dir \ >> && cd temp-dir && make > > See below:
So you don't get the errors you mentioned in your original message, right? For me it looks like you have another set of make rules in your repo than in AUCTeX original repo. Maybe from straight? As Keita already mentioned, makeinfo shouldn't be fed with texi files which are included in another texi file. This isn't an AUCTeX issue, AFAICS. Best, Arash
