Re: Setting HTML_OPTS in Emacs eintr Makefile.in
Heime <[email protected]> Wed, 24 Jun 2026 20:08:53 +0000
| Newsgroups | gmane.comp.gnu.make.general |
|---|---|
| Message-ID | <gxdRi-qLv3Lh19ht3_zn1JwbjuF3D_bFGalX1SPCAYoDI1xDdgZhlJ9ShEOuzPwUIdMaz9SLj02UcPlR3Sp9mzBQcNCtkoqocEPYQPpN2cQ=@protonmail.com> |
On Thursday, June 25th, 2026 at 12:39 AM, Eli Zaretskii <[email protected]> wrot= e: > > Date: Tue, 23 Jun 2026 20:42:27 +0000 > > From: Heime <[email protected]> > > > > > > Am looking at Makefile.in for "Introduction to Emacs Lisp" called > > eintr, to see how one would specify options for html output. > > > > One can get the code from https://ftp.gnu.org/gnu/emacs/ > > > > The makefile is found /emacs-30.2/doc/lispintro > > > > There is HTML_OPTS, which is set to --no-split --html > > > > What if the user wants to use > > > > --split=3Dnode --transliterate-file-names --node-files > > > > How would one call the makefile? >=20 > Set HTML_OPTS or MAKEINFO_OPTS from the Make's comand line: >=20 > make ... HTML_OPTS=3D'--foo --bar --baz' What would be the most used options for html. The --split is one=20 of them. What option scenarios do people regularly want?=20