docs: overview.txt is gone, point to the new documentation
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Dec 22 00:34:56 2010 +0100 (2010-12-22)
changeset 22275158aa602e58
parent 2226 13e4f7126cf7
child 2228 aa02b51ce928
docs: overview.txt is gone, point to the new documentation

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/companion_libs.in
config/global/ct-behave.in
config/toolchain.in
docs/ct-ng.1.in
     1.1 --- a/config/companion_libs.in	Tue Dec 14 11:49:18 2010 -0800
     1.2 +++ b/config/companion_libs.in	Wed Dec 22 00:34:56 2010 +0100
     1.3 @@ -146,7 +146,8 @@
     1.4      help
     1.5        By default, the companion libraries will be build static. If you want to
     1.6        build shared libraries, then you can say 'Y' here, but a wrapper will be
     1.7 -      needed (see docs/overview.txt,section "Tools wrapper").
     1.8 +      needed (see: "docs/4 - Building the toolchain.txt", in the section
     1.9 +      "Tools wrapper").
    1.10        
    1.11        It is highly recommended that you keep static libraries.
    1.12  
    1.13 @@ -163,7 +164,7 @@
    1.14        If your host has a shell, then you should say 'Y' here, to use
    1.15        a (very very simple) shell script as wrapper.
    1.16        
    1.17 -      See docs/overview.txt, section "Tools wrapper".
    1.18 +      See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper".
    1.19  
    1.20  config TOOLS_WRAPPER_EXEC
    1.21      bool
    1.22 @@ -172,7 +173,7 @@
    1.23        If your host lacks a shell, then you should say 'Y' here, to use
    1.24        an executable.
    1.25        
    1.26 -      See docs/overview.txt, section "Tools wrapper".
    1.27 +      See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper".
    1.28  
    1.29  endchoice
    1.30  
     2.1 --- a/config/global/ct-behave.in	Tue Dec 14 11:49:18 2010 -0800
     2.2 +++ b/config/global/ct-behave.in	Wed Dec 22 00:34:56 2010 +0100
     2.3 @@ -60,7 +60,7 @@
     2.4        It is not currently possible to restart at any of the debug facilities.
     2.5        They are treated as a whole.
     2.6        
     2.7 -      See docs/overview.txt for the list of steps.
     2.8 +      To get the full list os steps, run: ct-ng list-steps
     2.9  
    2.10  config DEBUG_CT_SAVE_STEPS_GZIP
    2.11      bool
     3.1 --- a/config/toolchain.in	Tue Dec 14 11:49:18 2010 -0800
     3.2 +++ b/config/toolchain.in	Wed Dec 22 00:34:56 2010 +0100
     3.3 @@ -114,14 +114,14 @@
     3.4      depends on EXPERIMENTAL
     3.5      help
     3.6        Build a native toolchain.
     3.7 -      See docs/overview.txt
     3.8 +      See: "docs/6 - Toolchain types.txt"
     3.9  
    3.10  config CROSS
    3.11      bool
    3.12      prompt "Cross"
    3.13      help
    3.14        Build a cross-toolchain.
    3.15 -      See docs/overview.txt
    3.16 +      See: "docs/6 - Toolchain types.txt"
    3.17  
    3.18  config CROSS_NATIVE
    3.19      bool
    3.20 @@ -129,7 +129,7 @@
    3.21      depends on EXPERIMENTAL
    3.22      help
    3.23        Build a cross-native toolchain.
    3.24 -      See docs/overview.txt
    3.25 +      See: "docs/6 - Toolchain types.txt"
    3.26  
    3.27  config CANADIAN
    3.28      bool
    3.29 @@ -137,7 +137,7 @@
    3.30      depends on EXPERIMENTAL
    3.31      help
    3.32        Build a canadian-toolchain.
    3.33 -      See docs/overview.txt
    3.34 +      See: "docs/6 - Toolchain types.txt"
    3.35  
    3.36  endchoice
    3.37  
     4.1 --- a/docs/ct-ng.1.in	Tue Dec 14 11:49:18 2010 -0800
     4.2 +++ b/docs/ct-ng.1.in	Wed Dec 22 00:34:56 2010 +0100
     4.3 @@ -27,7 +27,7 @@
     4.4  ."
     4.5  .SH ACTIONS
     4.6  Here are the most commonly used actions. For other actions, please see
     4.7 -.I @@CT_DOCDIR@@/overview.txt
     4.8 +.I "@@CT_DOCDIR@@/0 - Table of content.txt"
     4.9  .TP
    4.10  .B help
    4.11  Prints a little help text.
    4.12 @@ -152,7 +152,7 @@
    4.13  ."
    4.14  .SH SEE ALSO
    4.15  You can find more in-depth documentation in
    4.16 -.IR @@CT_DOCDIR@@/overview.txt .
    4.17 +.IR "@@CT_DOCDIR@@/0 - Table of content.txt" .
    4.18  
    4.19  Please have a look at the
    4.20  .URL "http://www.kegel.com/crosstool" "original crosstool" " by Daniel KEGEL"