diff mbox

[v3] Update C++11 status table.

Message ID CAH6eHdQUhdVyR5Nei6_7Hv+tJNQP3ryrPJ+s1Nz14dwja+Te8w@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Feb. 9, 2012, 12:07 a.m. UTC
* doc/xml/manual/documentation_hacking.xml: Fix invalid attribute.

Also committed to trunk. Tested with 'make doc-xml-validate-docbook doc-html'
commit 3947c1646119ea4319a57cd401f1736ff5cd76f2
Author: Jonathan Wakely <jwakely.gcc@gmail.com>
Date:   Wed Feb 8 23:57:04 2012 +0000

    	* doc/xml/manual/documentation_hacking.xml: Fix invalid attribute.

Comments

Benjamin Kosnik Feb. 9, 2012, 5:43 p.m. UTC | #1
>         * doc/xml/manual/documentation_hacking.xml: Fix invalid
> attribute.
> 
> Also committed to trunk. Tested with 'make doc-xml-validate-docbook
> doc-html'

Doh!

Thanks for cleaning up after my late-night hacking..... If you can, I'd
appreciate you trying to generate the PDF doxygen manual with the
memory-increasing change to TeX. I understand the doc toolchain for
doing this is non-trivial.

 I really want the hyperlinks.... without it this huge reference doc is
 largely useless.

-benjamin
Jonathan Wakely Feb. 9, 2012, 6:27 p.m. UTC | #2
On 9 February 2012 17:43, Benjamin Kosnik wrote:
>
>>         * doc/xml/manual/documentation_hacking.xml: Fix invalid
>> attribute.
>>
>> Also committed to trunk. Tested with 'make doc-xml-validate-docbook
>> doc-html'
>
> Doh!
>
> Thanks for cleaning up after my late-night hacking..... If you can, I'd
> appreciate you trying to generate the PDF doxygen manual with the
> memory-increasing change to TeX. I understand the doc toolchain for
> doing this is non-trivial.

Sure, I'll give it a go later.
diff mbox

Patch

diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
index b9830a0..e74f2b7 100644
--- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
+++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
@@ -693,7 +693,7 @@ 
       </para>
 
       <para>
-	For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:href="http://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:href="https://code.google.com/p/epubcheck/">epubcheck</link> is necessary.
+	For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://code.google.com/p/epubcheck/">epubcheck</link> is necessary.
       </para>
     </section>