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]

Patch to sourcebuild.texi


sourcebuild.texi contains a cross-reference to a section with commas in
its long title, which gives a somewhat misleading error message with
makeinfo --html in texinfo 4.7 (but not makeinfo when generating info).
Fixed thus.  Applied to mainline, queued for 3.4 branch when it reopens.
3.3 branch doesn't have this problem.  Fortunately the 3.4.1 onlinedocs
were generated before gcc.gnu.org was upgraded to 4.7.

2004-07-05  Joseph S. Myers  <jsm@polyomino.org.uk>

	* sourcebuild.texi (Config Fragments): Use @comma{} in
	cross-reference to section title.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

--- sourcebuild.texi.orig	2004-07-01 21:59:50.000000000 +0000
+++ sourcebuild.texi	2004-07-05 14:39:34.000000000 +0000
@@ -211,7 +211,7 @@
 configuration specific to the particular host machine.  (In general,
 these should only be used for features that cannot reasonably be tested in
 Autoconf feature tests.)
-@xref{System Config, , The @file{config.build}, @file{config.host},
+@xref{System Config, , The @file{config.build}@comma{} @file{config.host}@comma{}
 and @file{config.gcc} Files}, for details of the contents of these files.
 
 @item Each language subdirectory has a file


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