Sent with Proton Mail secure email.
On Tuesday, April 28th, 2026 at 4:33 AM, Eli Zaretskii <[email protected]> wrote:
> > Date: Mon, 27 Apr 2026 15:43:19 +0000
> > From: Heime <[email protected]>
> >
> > Have looked at the emacs documentation Makefile.in but do not need
> > to use Autoconf. My target directory is trgdir and the sources are
> > in srcs. How can I change the following. What is AM_V_GEN? If I need
> > to use it, to what should it be assigned?
> >
> > (trgdir)/emacs.info: ${srcs} | ${trgdir}
> > $(AM_V_GEN)$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $<
>
> You can drop AM_V_GEN entirely.
>
There is also $(ENVADD) used in the dvi and pdf cases. Would one
drop $(ENVADD) as well?