# HG changeset patch # User "Yann E. MORIN" # Date 1292974496 -3600 # Node ID 5158aa602e580e650dbd3e7ddd6586376ad57ba9 # Parent 13e4f7126cf76604d53510f9571e6422991774fd docs: overview.txt is gone, point to the new documentation Signed-off-by: "Yann E. MORIN" diff -r 13e4f7126cf7 -r 5158aa602e58 config/companion_libs.in --- a/config/companion_libs.in Tue Dec 14 11:49:18 2010 -0800 +++ b/config/companion_libs.in Wed Dec 22 00:34:56 2010 +0100 @@ -146,7 +146,8 @@ help By default, the companion libraries will be build static. If you want to build shared libraries, then you can say 'Y' here, but a wrapper will be - needed (see docs/overview.txt,section "Tools wrapper"). + needed (see: "docs/4 - Building the toolchain.txt", in the section + "Tools wrapper"). It is highly recommended that you keep static libraries. @@ -163,7 +164,7 @@ If your host has a shell, then you should say 'Y' here, to use a (very very simple) shell script as wrapper. - See docs/overview.txt, section "Tools wrapper". + See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper". config TOOLS_WRAPPER_EXEC bool @@ -172,7 +173,7 @@ If your host lacks a shell, then you should say 'Y' here, to use an executable. - See docs/overview.txt, section "Tools wrapper". + See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper". endchoice diff -r 13e4f7126cf7 -r 5158aa602e58 config/global/ct-behave.in --- a/config/global/ct-behave.in Tue Dec 14 11:49:18 2010 -0800 +++ b/config/global/ct-behave.in Wed Dec 22 00:34:56 2010 +0100 @@ -60,7 +60,7 @@ It is not currently possible to restart at any of the debug facilities. They are treated as a whole. - See docs/overview.txt for the list of steps. + To get the full list os steps, run: ct-ng list-steps config DEBUG_CT_SAVE_STEPS_GZIP bool diff -r 13e4f7126cf7 -r 5158aa602e58 config/toolchain.in --- a/config/toolchain.in Tue Dec 14 11:49:18 2010 -0800 +++ b/config/toolchain.in Wed Dec 22 00:34:56 2010 +0100 @@ -114,14 +114,14 @@ depends on EXPERIMENTAL help Build a native toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CROSS bool prompt "Cross" help Build a cross-toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CROSS_NATIVE bool @@ -129,7 +129,7 @@ depends on EXPERIMENTAL help Build a cross-native toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CANADIAN bool @@ -137,7 +137,7 @@ depends on EXPERIMENTAL help Build a canadian-toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" endchoice diff -r 13e4f7126cf7 -r 5158aa602e58 docs/ct-ng.1.in --- a/docs/ct-ng.1.in Tue Dec 14 11:49:18 2010 -0800 +++ b/docs/ct-ng.1.in Wed Dec 22 00:34:56 2010 +0100 @@ -27,7 +27,7 @@ ." .SH ACTIONS Here are the most commonly used actions. For other actions, please see -.I @@CT_DOCDIR@@/overview.txt +.I "@@CT_DOCDIR@@/0 - Table of content.txt" .TP .B help Prints a little help text. @@ -152,7 +152,7 @@ ." .SH SEE ALSO You can find more in-depth documentation in -.IR @@CT_DOCDIR@@/overview.txt . +.IR "@@CT_DOCDIR@@/0 - Table of content.txt" . Please have a look at the .URL "http://www.kegel.com/crosstool" "original crosstool" " by Daniel KEGEL"