From 9742709708b3452739f2190941139bec292c49b0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 16 May 2022 14:54:07 +0100 Subject: [PATCH] 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) --- 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 069354b..f27b8d8 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 8799487..f00979a 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.,
     	    
    -- 
    2.7.4