bugreport.texi has @menu * Criteria: Bug Criteria. Have you really found a bug? * Reporting: Bug Reporting. How to report a bug effectively. * Known: Trouble. Known problems. * Help: Service. Where to ask for help. @end menu
That means include order should be bugreport.texi, trouble.texi, service.texi. And we need to specify next, previous and up nodes to Service and Trouble nodes. OK to install? H.J. --- 2013-11-08 H.J. Lu <hongjiu...@intel.com> PR other/59055 * doc/gcc.texi: Move Trouble after Bugs in menu. Include trouble.texi after bugreport.texi. * doc/service.texi: Add next, previous and up nodes to Service nodes. * doc/trouble.texi: Add next, previous and up nodes to Trouble nodes. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 55307cd..ef8d98a 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -138,8 +138,8 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. * Objective-C:: GNU Objective-C runtime features. * Compatibility:: Binary Compatibility * Gcov:: @command{gcov}---a test coverage program. -* Trouble:: If you have trouble using GCC. * Bugs:: How, why and where to report bugs. +* Trouble:: If you have trouble using GCC. * Service:: How to find suppliers of support for GCC. * Contributing:: How to contribute to testing and developing GCC. @@ -164,8 +164,8 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. @include objc.texi @include compat.texi @include gcov.texi -@include trouble.texi @include bugreport.texi +@include trouble.texi @include service.texi @include contribute.texi diff --git a/gcc/doc/service.texi b/gcc/doc/service.texi index 2a6d431..f57e0a5 100644 --- a/gcc/doc/service.texi +++ b/gcc/doc/service.texi @@ -2,7 +2,7 @@ @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. -@node Service +@node Service,Contributing,Trouble,Bugs @chapter How To Get Help with GCC If you need help installing, using or changing GCC, there are two diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index d5b056a..6d8f0ee 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -2,7 +2,7 @@ @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. -@node Trouble +@node Trouble,Service,Bug Reporting,Bugs @chapter Known Causes of Trouble with GCC @cindex bugs, known @cindex installation trouble