diff options
author | Jonathan Wakely <redi@gcc.gnu.org> | 2012-02-09 00:07:24 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2012-02-09 00:07:24 +0000 |
commit | 91f7cdf7f32126dcb6b63849dd2940f394f4518f (patch) | |
tree | 84dad7679f744a74365fa9923b99db9b3e0c7998 | |
parent | 4dab28974a4fea4bee7cd6333a1736d49e9934c6 (diff) | |
download | gcc-91f7cdf7f32126dcb6b63849dd2940f394f4518f.zip gcc-91f7cdf7f32126dcb6b63849dd2940f394f4518f.tar.gz gcc-91f7cdf7f32126dcb6b63849dd2940f394f4518f.tar.bz2 |
* doc/xml/manual/documentation_hacking.xml: Fix invalid attribute.
From-SVN: r184028
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 | ||||
-rw-r--r-- | 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 bef8380..46e12cb 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 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> |