From cb202941d94c6bd463027874d55084fa7c4c8dec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 May 1999 15:19:39 +0000 Subject: Added tool hints. --- doc/FAQ/FAQ.texi | 2 ++ doc/FAQ/Makefile | 7 ++++++- doc/FAQ/tools.t | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/FAQ/FAQ.texi b/doc/FAQ/FAQ.texi index cdb6abf9b4..d8ad472bf3 100644 --- a/doc/FAQ/FAQ.texi +++ b/doc/FAQ/FAQ.texi @@ -63,6 +63,7 @@ END-INFO-DIR-ENTRY @c The alternative is to rework a sentence to avoid this problem. @include basic.texi +@include tools.texi @include debug.texi @ifinfo @@ -78,6 +79,7 @@ Common questions have been divided into the following categories. @menu * Basic Information:: +* General Development Tool Hints:: * Debugging Hints:: @end menu diff --git a/doc/FAQ/Makefile b/doc/FAQ/Makefile index fd35ca8033..acd47d5f6f 100644 --- a/doc/FAQ/Makefile +++ b/doc/FAQ/Makefile @@ -19,7 +19,7 @@ dirs: COMMON_FILES=../common/cpright.texi ../common/setup.texi GENERATED_FILES= \ - basic.texi debug.texi + basic.texi tools.texi debug.texi FILES=$(PROJECT).texi $(GENERATED_FILES) @@ -65,6 +65,11 @@ basic.texi: basic.t Makefile -u "Top" \ -n "" ${*}.t +tools.texi: tools.t Makefile + $(BMENU) -c -p "Top" \ + -u "Top" \ + -n "" ${*}.t + debug.texi: debug.t Makefile $(BMENU) -c -p "" \ -u "Top" \ diff --git a/doc/FAQ/tools.t b/doc/FAQ/tools.t index a80934a0f1..a585cfb4ba 100644 --- a/doc/FAQ/tools.t +++ b/doc/FAQ/tools.t @@ -11,6 +11,10 @@ The questions in this category are related to the GNU development tools in a non-language specific way. +@section What is GNU? + +Take a look at http://www.gnu.org for information on the GNU Project. + @section How do I generate a patch? The RTEMS patches to the development tools are generated using a -- cgit v1.2.3