public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] PR-107245 remove --no-headers from makeinfo.
@ 2022-11-03 17:57 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-11-03 17:57 UTC (permalink / raw)
  To: gcc-cvs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-03 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 17:57 [gcc/devel/modula-2] PR-107245 remove --no-headers from makeinfo Gaius Mulley

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).