diff options
Diffstat (limited to 'libstdc++-v3/docs/documentation.html')
-rw-r--r-- | libstdc++-v3/docs/documentation.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libstdc++-v3/docs/documentation.html b/libstdc++-v3/docs/documentation.html index 338fd39..26fd066 100644 --- a/libstdc++-v3/docs/documentation.html +++ b/libstdc++-v3/docs/documentation.html @@ -1,7 +1,9 @@ <!--#include virtual="/libstdc++/header.html"--> - +<P><B>All of these documents</B> (in fact, this entire homepage set) are + bundled with the library source, under the <TT>docs</TT> subdirectory. +</P> <H2><A NAME="1">Introductory notes for libstdc++</A></H2> <P>This is a short list of text files pertaining to this @@ -22,8 +24,9 @@ <LI><A HREF="17_intro/HEADER_POLICY">HEADER_POLICY</A> - header naming and sub-include structure <LI><A HREF="17_intro/PROBLEMS">PROBLEMS</A> - <LI> <A HREF="../README">README</a> - - directory structure + <!-- Linking to "../README" doesn't work; we are at the top level + of the web pages. Punt. --> + <LI>README - directory structure <LI><A HREF="17_intro/RELEASE-NOTES">RELEASE-NOTES</A> - instructions for building, using <LI><A HREF="17_intro/TODO">TODO</A> @@ -43,7 +46,7 @@ </UL> <HR> -<H2><A NAME="3">Chapter-Specific Information and Advice</A></H2> +<H2><A NAME="3">Chapter-Specific Information, Extensions, and Advice</A></H2> <OL> <LI><A HREF="17_intro/howto.html">Chapter 17 (Intro)</A> <LI><A HREF="18_support/howto.html">Chapter 18 (Library Support)</A> |