public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sandra Loosemore <sandra@codesourcery.com>
To: Tobias Burnus <tobias.burnus@siemens.com>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
Subject: Re: [Committed] Docs: Update documentation of Texinfo versions for building manuals.
Date: Sun, 12 Mar 2023 12:03:51 -0600	[thread overview]
Message-ID: <08af7e9e-b4dc-aa06-b95c-cc271801e921@codesourcery.com> (raw)
In-Reply-To: <e0adf59a-0d8d-ac4e-aca9-08d26139fc61@siemens.com>

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

On 3/12/23 11:40, Tobias Burnus wrote:
> Hi Sandra,
> 
> can you check the PR number? The following looks wrong: 
> https://gcc.gnu.org/PR88578>> 
> On 11.03.23 02:33, Sandra Loosemore wrote:
>> --- a/gcc/doc/install.texi2html
>> +++ b/gcc/doc/install.texi2html
> ...
>> -    # Use sed to work around makeinfo 4.7 brokenness.
>> +    # Use sed to work around PR web/88578.
> Tobias

You have better eyes than me!  Yes, that is a typo.  :-(  I've checked 
in this patch to fix it.

-Sandra

[-- Attachment #2: typo.patch --]
[-- Type: text/x-patch, Size: 887 bytes --]

commit 8536c09108f429d8ab6ca850f3835668cc1c8929
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Sun Mar 12 17:56:46 2023 +0000

    Docs: Fix typo in previous commit
    
    gcc/ChangeLog:
            * doc/install.texi2html: Fix issue number typo in comment.

diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 54e27fedde3..e71ca2c64ba 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -53,7 +53,7 @@ do
     define=`echo $x | sed -e 's/\.//g'`
     echo "define = $define"
     $MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
-    # Use sed to work around PR web/88578.
+    # Use sed to work around PR web/85578.
     sed -e 's/_002d/-/g' -e 's/_002a/*/g' $DESTDIR/temp.html > $DESTDIR/$x
     rm $DESTDIR/temp.html
 done

      parent reply	other threads:[~2023-03-12 18:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-11  1:33 Sandra Loosemore
2023-03-11 19:41 ` Gerald Pfeifer
     [not found] ` <e0adf59a-0d8d-ac4e-aca9-08d26139fc61@siemens.com>
2023-03-12 18:03   ` Sandra Loosemore [this message]

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=08af7e9e-b4dc-aa06-b95c-cc271801e921@codesourcery.com \
    --to=sandra@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=tobias.burnus@siemens.com \
    /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).