Re: [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-27 Thread Ulrich Müller
> On Fri, 27 Dec 2024, Sam James wrote: > (Why?) By default, makeinfo will split large output files into smaller subfiles. Although this doesn't currently happen for any package, it might happen in future, and it would break some assumptions. The threshold for splitting is 300 kB, and we hav

Re: [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-27 Thread Sam James
Ulrich Müller writes: > Signed-off-by: Ulrich Müller (Why?) > --- > eclass/elisp.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass > index 1fa8aab29753..e2f629edf132 100644 > --- a/eclass/elisp.eclass > +++ b/eclass/elisp

[gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option

2024-12-26 Thread Ulrich Müller
Signed-off-by: Ulrich Müller --- eclass/elisp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 1fa8aab29753..e2f629edf132 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -139,7 +139,7 @@ elisp_src_configure()