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] Add targets to doc/makefile.texi


On Thu, 17 Jul 2003, Phil Edwards wrote:

> +@ifnothtml
> +@ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
> +@end ifnothtml
> +@ifhtml
> +@uref{build.html,,Building with profile feedback}.
> +@end ifhtml

You don't want conditioning on output format here (and in most cases it
should be avoided in Texinfo manuals).  Building this manual as HTML does
nothing to put the install manual files in the same directory as those of
this manual; simply use the first case (ordinary Texinfo link)  
unconditionally.  Eventually when the installation manual is cleaned up to
use ordinary split-file HTML output (not available when the Texinfo
conversion was done) and to remove almost all of its manual HTML, such a
link can start to work.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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