Correct libstdc++ naming convention to be the same as used by the other
html tarballs, ie library-html.tar.bz2.

I just checked this in as I was fixing the recent gcc mailing list
report of broken links.

-benjamin
2012-01-09  Benjamin Kosnik  <b...@redhat.com>

         * onlinedocs/index.html: Use same naming conventions for html
           tarballs as the rest of the gcc docs.

Index: onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.120
diff -r1.120 index.html
68c68
<          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.2/libstdc++/libstdc++-manual.html.tar.bz2";>an
---
>          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.2/libstdc++/libstdc++-manual-html.tar.bz2";>an
75c75
<          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.2/libstdc++/libstdc++-api.html.tar.bz2";>an
---
>          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.2/libstdc++/libstdc++-api-html.tar.bz2";>an

Reply via email to