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]

PATCH for Re: Broken links


On Thu, 9 Aug 2001, Gregory Smith wrote:
> This page:
>
> http://gcc.gnu.org/install/specific.html
>
>
> has at least two links to this page:
>
> http://gcc.gnu.org/install/gcc.html
>
> which doesn't seem to exist.
>
> One of the links is near
> http://gcc.gnu.org/install/gcc.html#AVR%20Options
> and is labelled 'AVR Options'.

Thanks for pointing this out.  I have fixed the AVR link with the
patch below and verified that by building documentation in info and
HTML formats as well as regenerating the version on our web pages.

(David, this is the solution I promised to you a bit earlier.)

Gerald

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

        * doc/install.texi (Specific, avr): Fix cross-reference to the
        main manual to work both for info and HTML versions.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.56
diff -u -3 -p -r1.56 install.texi
--- install.texi	2001/08/07 16:42:03	1.56
+++ install.texi	2001/08/10 07:14:14
@@ -1652,9 +1652,15 @@ You will need to install GNU @command{se
 @heading @anchor{avr}avr

 ATMEL AVR-family micro controllers.  These are used in embedded
-applications.  There are no standard Unix configurations.  @xref{AVR
-Options,, AVR Options, gcc, Using and Porting the GNU Compiler
-Collection (GCC)}, for the list of supported MCU types.
+applications.  There are no standard Unix configurations.
+@ifnothtml
+@xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
+Collection (GCC)},
+@end ifnothtml
+@ifnotinfo
+See ``AVR Options'' in the main manual
+@end ifnotinfo
+for the list of supported MCU types.

 Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.




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