Building .info from multiple .texi files via % wildcard
Heime <[email protected]> Sun, 26 Apr 2026 21:55:01 +0000
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <EKq2r8V1UxGFXi2Gwm5RYfdZMKXd1Nshf5SYNvXEgChAJWD1xXEGsCPZTz1slMIItwwwnYqgr8KwEG_xmS9263L5isTmQDe7XPYqkdv9O2w=@protonmail.com> |
-------- -------------------------------------------------------- I have scrutinised the Emacs Makefile.in (located in doc/emacs). EMACSSOURCES specifies a list of .texi source files. The implication is that the Emacs manual is a single Info file built from many source=20 files, so rule like the below would not work. $(trgdir)/%.info: $(srcdir)/%.texi Is the statement correct. I have been under the conviction that %.texi processes all .texi files present in the sources directory.