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]
Other format: [Raw text]

Re: [patch,committed] Remove external links that texinfo would shred.


On Tue, 11 Jul 2017, Georg-Johann Lay wrote:
> texinfo is shredding external links.
> 
> Applied the following patch to prevent uses from 404 not found.
> 
> Johann
> 
> gcc/
> 	* doc/extend.texi (AVR Function Attributes): Remove weblink to
> 	Binutils doc as TEXI will mess them up.
> 	* doc/invoke.texi (AVR Options): Same here.

Strictly speaking it's not makeinfo, but post-processing I put in place 
many years ago to compensate what _was_ a silly change in makeinfo which
started generating "_002d" instead of "-" (and similar substitutions).

In other words, strict correctness was valued over usability and 
backwards-compatibility, let alone intuition or esthetics. </rant>

Unfortunately the workaround has been causing some collateral damage,
too, one of which your patch avoided.

Sorry, and thanks!

Gerald


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