]> gcc.gnu.org Git - gcc.git/commitdiff
Fix install doc problems reported by Jean-Paul Rigault
authorJames E Wilson <wilson@specifixinc.com>
Thu, 28 Apr 2005 22:53:21 +0000 (22:53 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 28 Apr 2005 22:53:21 +0000 (15:53 -0700)
Fix install doc problems reported by Jean-Paul Rigault
* doc/install.texi: Update -enable-languages info.  Correct path to
html docs.

From-SVN: r98947

gcc/ChangeLog
gcc/doc/install.texi

index 4a0d72375742fa76f97e96ec6b904a026614feb9..2e76a4e3ede52072e1a4e50b2b24faa84bc749a7 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-28  James E Wilson  <wilson@specifixinc.com>
+
+       * doc/install.texi: Update -enable-languages info.  Correct path to
+       html docs.
+
 2005-04-28  DJ Delorie  <dj@redhat.com>
 
        * optc-gen.awk (END): Make sure no variable is defined more
index 6d0b3375cac7d6d9f758795f8779c6393296981f..36c9c301cfc4b8d3b1b7221a193cf92033a85dd5 100644 (file)
@@ -1052,13 +1052,15 @@ their runtime libraries should be built.  For a list of valid values for
 grep language= */config-lang.in
 @end smallexample
 Currently, you can use any of the following:
-@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{f95}, @code{java},
-@code{objc}, @code{obj-c++}.
-Building the Ada compiler has special requirements, see below.@*
-If you do not pass this flag, all languages available in the @file{gcc}
-sub-tree will be configured.  Re-defining @code{LANGUAGES} when calling
-@samp{make bootstrap} @strong{does not} work anymore, as those
-language sub-directories might not have been configured!
+@code{all}, @code{ada}, @code{c}, @code{c++}, @code{f95}, @code{java},
+@code{objc}, @code{obj-c++}, @code{treelang}.
+Building the Ada compiler has special requirements, see below.
+If you do not pass this flag, or specify the option @code{all}, then all
+default languages available in the @file{gcc} sub-tree will be configured.
+Ada, Objective-C++, and treelang are not default languages; the rest are.
+Re-defining @code{LANGUAGES} when calling @samp{make bootstrap}
+@strong{does not} work anymore, as those language sub-directories might
+not have been configured!
 
 @item --disable-libada
 Specify that the run-time libraries and tools used by GNAT should not
@@ -2026,8 +2028,8 @@ Free Software Foundation}, though such manuals may not be for the most
 recent version of GCC@.
 
 If you would like to generate online HTML documentation, do @samp{cd
-@var{objdir}; make html} and HTML will be generated for the manuals in
-@file{@var{objdir}/HTML}.
+@var{objdir}; make html} and HTML will be generated for the gcc manuals in
+@file{@var{objdir}/gcc/HTML}.
 
 @html
 <hr />
This page took 0.082441 seconds and 5 git commands to generate.