public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] PR-107245 remove --no-headers from makeinfo.
Date: Thu,  3 Nov 2022 17:57:10 +0000 (GMT)	[thread overview]
Message-ID: <20221103175710.16B9E3858D26@sourceware.org> (raw)

https://gcc.gnu.org/g:09d45192ff8e3e5b759c705fe7a2cb6e3cf63d99

commit 09d45192ff8e3e5b759c705fe7a2cb6e3cf63d99
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Thu Nov 3 17:56:39 2022 +0000

    PR-107245 remove --no-headers from makeinfo.
    
    Remove --no-headers from the invocation to makeinfo.
    
    gcc/m2/ChangeLog:
    
            * m2/Make-lang.in: Remove --no-headers from the invocation to
            makeinfo.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 gcc/m2/Make-lang.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index dc32a4d607a..9b030473750 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -123,7 +123,7 @@ m2.pod: doc/gm2.texi $(TEXISRC)
 doc/m2.info: $(TEXISRC)
 	if test "x$(BUILD_INFO)" = xinfo; then \
 	  rm -f doc/m2.info*; \
-          $(MAKEINFO) --no-headers -I$(objdir)/m2 -I$(srcdir)/doc/include \
+          $(MAKEINFO) -I$(objdir)/m2 -I$(srcdir)/doc/include \
                       -o $@ $(srcdir)/doc/gm2.texi ; \
 	else true; fi

                 reply	other threads:[~2022-11-03 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20221103175710.16B9E3858D26@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).