This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH for Re: Broken links


On Sat, 11 Aug 2001, Joseph S. Myers wrote:
>> +@ifnothtml
>
>> +@end ifnothtml
>> +@ifnotinfo
>
>> +@end ifnotinfo
> This is rarely if ever a correct pair, since it means both contents appear
> for printed output.

Well spotted, thanks!  How about the following fix? (Not installed yet.)

Gerald


2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

        * doc/install.texi (Specific, avr): Fix markup.
        (Specific, c4x): Ditto.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.59
diff -u -3 -p -r1.59 install.texi
--- install.texi	2001/08/11 12:42:30	1.59
+++ install.texi	2001/08/11 17:22:44
@@ -1653,10 +1653,10 @@ You will need to install GNU @command{se

 ATMEL AVR-family micro controllers.  These are used in embedded
 applications.  There are no standard Unix configurations.
-@ifnothtml
+@ifinfo
 @xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
 Collection (GCC)},
-@end ifnothtml
+@end ifinfo
 @ifnotinfo
 See ``AVR Options'' in the main manual
 @end ifnotinfo
@@ -1692,10 +1692,10 @@ indicates that you should upgrade to a n
 Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
 Processors.  These are used in embedded applications.  There are no
 standard Unix configurations.
-@ifnothtml
+@ifinfo
 @xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
 Porting the GNU Compiler Collection (GCC)},
-@end ifnothtml
+@end ifinfo
 @ifnotinfo
 See ``TMS320C3x/C4x Options'' in the main manual
 @end ifnotinfo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]