This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: onlinedocs: How to link to external HTML documents?
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Georg-Johann Lay <avr at gjlay dot de>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Tue, 11 Jul 2017 12:51:28 +0000
- Subject: Re: onlinedocs: How to link to external HTML documents?
- Authentication-results: sourceware.org; auth=none
- References: <c6c6a691-1823-0e77-758b-28d80929f15f@gjlay.de>
On Tue, 11 Jul 2017, Georg-Johann Lay wrote:
> Hi, in a recent change I added a pointer to some
> Binutils documentation in doc/extend.texi:
>
> see the GNU Binutils
> @w{@uref{https://sourceware.org/binutils/docs/as/AVR_002dDependent.html,AVR
> assembler manual}}.
For other manuals in the Texinfo universe, it's best to use Texinfo @xref
in its five-argument form. Then, for such a link to work on gcc.gnu.org,
you need a .htaccess entry to redirect from /onlinedocs/as to a location
where that manual is actually available online.
--
Joseph S. Myers
joseph@codesourcery.com