This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwdocs] add libstdc++ docs for 4.6.0


Hi Gerald! 

I've gone ahead and generated libstdc++ documentation for the 4.6.0
release. Please find enclosed a patch for the main gcc documentation
page (http://gcc.gnu.org/onlinedocs) that adds these links.

Of course, these links are predicated on your moving:

~bkoz/gcc-4.6.0/libstdc++ 

into 

/sourceware/www/gcc/htdocs/onlinedocs/gcc-4.6.0

best,
benjamin
2011-04-05  Benjamin Kosnik  <bkoz@redhat.com>

        * htdocs/onlinedocs/index.html: Add libstdc++ documentation for 4.6.0.


Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.113
diff -c -p -r1.113 index.html
*** htdocs/onlinedocs/index.html	25 Mar 2011 20:09:00 -0000	1.113
--- htdocs/onlinedocs/index.html	6 Apr 2011 01:09:02 -0000
***************
*** 60,65 ****
--- 60,79 ----
           href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_ugn_unw.ps.gz";>PostScript</a> or <a
           href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_ugn_unw-html.tar.gz";>an
           HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/manual/";>GCC
+          4.6.0 Standard C++ Library Manual </a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-manual.pdf.bz2";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-manual-single.xml.bz2";>XML</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-manual.html.tar.bz2";>an
+          HTML tarball</a>)</li>
+     <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/api/";>GCC
+          4.6.0 Standard C++ Library Reference Manual </a> (<a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-api.pdf.bz2";>also
+          in PDF</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-api-single.xml.bz2";>XML</a> or <a
+          href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/libstdc++/libstdc++-api.html.tar.bz2";>an
+          HTML tarball</a>)</li>
      <li><a href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gccgo/";>GCCGO 4.6.0 Manual</a> (<a
             href="http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gccgo.pdf";>also in
             PDF</a> or <a

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]