Recipe for makinfo
Heime <[email protected]> Mon, 27 Apr 2026 15:43:19 +0000
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <1DVPgRL8xB7WakKCz1D3eOLWUtltPFZH4qPLpDJN_0kYhn1MVNQ7D8OD9cVdOUDDXbq28mqR6ME8wlOHoo_x5WUShsJFmIZ-lr1_wBOPAJk=@protonmail.com> |
Have looked at the emacs documentation Makefile.in but do not need
to use Autoconf. My target directory is trgdir and the sources are=20
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 $@ $<