Re: Recipe for makinfo
Heime <[email protected]> Mon, 27 Apr 2026 16:40:55 +0000
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <Kck09hjdVeEM4wxOztpLGvanHBbLBo7X3NwDN0b_5E0RIoj9kDCUEbZLtEVgfh23DnJ_F9C9u8TaNnKHCMJsksmoNP9pQpabhUR1DLCbRRc=@protonmail.com> |
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} > > =09$(AM_V_GEN)$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $< >=20 > You can drop AM_V_GEN entirely. >=20 There is also $(ENVADD) used in the dvi and pdf cases. Would one=20 drop $(ENVADD) as well?