From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id E4266383D821; Mon, 16 May 2022 14:07:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4266383D821 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 r12-8388] libstdc++: Fix hyperlink in docs X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: cfaf297e0550222dfea39f53a5268421b077b3f6 X-Git-Newrev: 9742709708b3452739f2190941139bec292c49b0 Message-Id: <20220516140744.E4266383D821@sourceware.org> Date: Mon, 16 May 2022 14:07:44 +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:07:45 -0000 https://gcc.gnu.org/g:9742709708b3452739f2190941139bec292c49b0 commit r12-8388-g9742709708b3452739f2190941139bec292c49b0 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.,