From 91f7cdf7f32126dcb6b63849dd2940f394f4518f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely <redi@gcc.gnu.org> Date: Thu, 9 Feb 2012 00:07:24 +0000 Subject: [PATCH] * doc/xml/manual/documentation_hacking.xml: Fix invalid attribute. From-SVN: r184028 --- libstdc++-v3/ChangeLog | 8 ++++++-- libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bef8380df05f..46e12cb757eb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,11 +1,15 @@ +2012-02-09 Jonathan Wakely <jwakely.gcc@gmail.com> + + * doc/xml/manual/documentation_hacking.xml: Fix invalid attribute. + 2012-02-08 Jonathan Wakely <jwakely.gcc@gmail.com> * doc/xml/manual/status_cxx2011.xml: Update C++11 status table. 2012-02-07 Benjamin Kosnik <bkoz@redhat.com> - * doc/doxygen/user.cfg.in: Update to doxygen 1.7.6.1. - * doc/xml/manual/documentation_hacking.xml: Update. + * doc/doxygen/user.cfg.in: Update to doxygen 1.7.6.1. + * doc/xml/manual/documentation_hacking.xml: Update. 2012-02-07 Jonathan Wakely <jwakely.gcc@gmail.com> diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index b9830a02193b..e74f2b7f01e7 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> -- GitLab