Current CVS gives the following warning on building:

make[1]: Entering directory `/tmp/gnugo/cygwin/doc'
cd ../../doc \
&& /bin/sh /tmp/gnugo/missing --run makeinfo \
`echo ../../doc/gnugo.texi | sed 's,.*/,,'`
/tmp/gnugo/doc//eyes.texi:903: warning: @strong{Note:} produces a spurious cross-reference in Info; reword to avoid that.


The warning is fixed by this patch.

- fix warning in eyes.texi

Teun

diff -u -r1.10 eyes.texi
--- eyes.texi 25 Oct 2004 01:06:22 -0000 1.10
+++ eyes.texi 14 Mar 2005 18:05:06 -0000
@@ -900,7 +900,7 @@
The public function @code{make_domains()} calls the function
@code{make_primary_domains()} which is static in @file{optics.c}. It's purpose
is to compute the domains of influence of each color, used in determining eye
-shapes. @strong{Note:} the term influence as used here is distinct from the
+shapes. @strong{Note}: the term influence as used here is distinct from the
influence in influence.c.


For this algorithm the strings which are not lively are invisible. Ignoring



_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to