From: Sam James <sam@gentoo.org>
To: "Ulrich Müller" <ulm@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option
Date: Fri, 27 Dec 2024 08:07:17 +0000 [thread overview]
Message-ID: <878qs1tuq2.fsf@gentoo.org> (raw)
In-Reply-To: <20241226120421.948-1-ulm@gentoo.org> ("Ulrich Müller"'s message of "Thu, 26 Dec 2024 13:04:08 +0100")
Ulrich Müller <ulm@gentoo.org> writes:
> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
(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.eclass
> @@ -139,7 +139,7 @@ elisp_src_configure() { :; }
> elisp_src_compile() {
> elisp-compile *.el
> if [[ -n ${ELISP_TEXINFO} ]]; then
> - makeinfo ${ELISP_TEXINFO} || die
> + makeinfo --no-split ${ELISP_TEXINFO} || die
> fi
> }
next prev parent reply other threads:[~2024-12-27 8:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-26 12:04 [gentoo-dev] [PATCH] elisp.eclass: Call makeinfo with --no-split option Ulrich Müller
2024-12-27 8:07 ` Sam James [this message]
2024-12-27 9:36 ` Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878qs1tuq2.fsf@gentoo.org \
--to=sam@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=ulm@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox