From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 63C20383D821; Mon, 16 May 2022 14:10:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63C20383D821 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-10003] libstdc++: Fix hyperlink in docs X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 54e6c40de721ee43a02b93d4f8a59e6ca78bb6f7 X-Git-Newrev: ae564e7003dea013a53fe47f702974d89d1d2065 Message-Id: <20220516141021.63C20383D821@sourceware.org> Date: Mon, 16 May 2022 14:10:21 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2022 14:10:21 -0000 https://gcc.gnu.org/g:ae564e7003dea013a53fe47f702974d89d1d2065 commit r11-10003-gae564e7003dea013a53fe47f702974d89d1d2065 Author: Jonathan Wakely Date: Mon May 16 14:54:07 2022 +0100 libstdc++: Fix hyperlink in docs libstdc++-v3/ChangeLog: * doc/xml/manual/prerequisites.xml: Fix attributes for external hyperlink. * doc/html/manual/setup.html: Regenerate. (cherry picked from commit 682e587f1021241758f7dfe0b22651008622a312) Diff: --- libstdc++-v3/doc/html/manual/setup.html | 2 +- libstdc++-v3/doc/xml/manual/prerequisites.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/setup.html b/libstdc++-v3/doc/html/manual/setup.html index 069354b8ce0..f27b8d806df 100644 --- a/libstdc++-v3/doc/html/manual/setup.html +++ b/libstdc++-v3/doc/html/manual/setup.html @@ -57,7 +57,7 @@ Glibc already provides iconv so you should not need libiconv anyway.

  • - + Download the libiconv sources and extract them into the top level of the GCC source tree, e.g.,

    diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml
    index 8799487c821..f00979a1afa 100644
    --- a/libstdc++-v3/doc/xml/manual/prerequisites.xml
    +++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml
    @@ -71,7 +71,8 @@
     	  
     	  
     	    
    -	    
    +	    
     	    Download the libiconv sources and extract them into the
     	    top level of the GCC source tree, e.g.,