Hi, [Please retain the CC to [EMAIL PROTECTED] so that the Debian Bug Tracking system can record your input]
This was reported by a debian user In the node Using Variables::Appending, trying to follow the text, "(*note Setting Variables: Setting., for a full explanation of `:=')" makes info complain about not finding the node "Setting.", with a period. It seems punctuation is not allowed after the @pxref command in texinfo. One solution is the attached patch, which removes the offending comma. Although, it makes the info output look stupid since there is a period in the middle of the parenthetical. It should look OK in printed output though. Another would be to use xref instead, but that apparently causes the wrong capitalization in printed output. manoj
diff -ur make-3.80.orig/doc/make.texi make-3.80/doc/make.texi --- make-3.80.orig/doc/make.texi 2004-12-21 20:42:16.000000000 -0500 +++ make-3.80/doc/make.texi 2004-12-21 20:40:29.000000000 -0500 @@ -4903,7 +4903,7 @@ making it a simply-expanded variable, @samp{+=} adds to that simply-expanded definition, and expands the new text before appending it to the old value just as @samp{:=} does -(@pxref{Setting, ,Setting Variables}, for a full explanation of @samp{:=}). +(@pxref{Setting, ,Setting Variables} for a full explanation of @samp{:=}). In fact, @example
-- I'd like some JUNK FOOD ... and then I want to be ALONE -- Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
_______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make