From: Stefano Lattarini Date: Sun, 16 Oct 2011 08:50:47 +0000 (+0200) Subject: docs: avoid using colon character inside arguments of @pxref X-Git-Tag: v1.11.1b~16^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae412c3817a7fe6d553863c0b2a825bd400e4b76;p=thirdparty%2Fautomake.git docs: avoid using colon character inside arguments of @pxref Fixes automake bug#9753 * doc/automake.texi (VPATH Builds): Avoid using colon character `:' inside arguments of @pxref, as this can cause problems in the generated `.info' files, and such an usage will be explicitly forbidden by future texinfo documentation. * THANKS: Update. Reported by Дилян Палаузов. --- diff --git a/ChangeLog b/ChangeLog index 171139c40..2c7ec7d6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-10-16 Stefano Lattarini + + docs: avoid using colon character inside arguments of @pxref + Fixes automake bug#9753 + * doc/automake.texi (VPATH Builds): Avoid using colon character + `:' inside arguments of @pxref, as this can cause problems in + the generated `.info' files, and such an usage will be explicitly + forbidden by future texinfo documentation. + * THANKS: Update. + Reported by Дилян Палаузов. + 2011-10-07 Stefano Lattarini parallel-tests: warn on conditional TEST_EXTENSIONS definition diff --git a/THANKS b/THANKS index 81c97fbec..ad9a4484e 100644 --- a/THANKS +++ b/THANKS @@ -83,7 +83,7 @@ Diab Jerius djerius@cfa.harvard.edu Didier Cassirame faded@free.fr Dieter Baron dillo@stieltjes.smc.univie.ac.at Dieter Jurzitza DJurzitza@harmanbecker.com -Dilyan Palauzov Dilyan.Palauzov@aegee.org +Дилян Палаузов dilyan.palauzov@aegee.org Dmitry Mikhin dmitrym@acres.com.au Dmitry V. Levin ldv@altlinux.org Doug Evans devans@cygnus.com diff --git a/doc/automake.texi b/doc/automake.texi index bca4566be..706332927 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -894,7 +894,7 @@ about some concurrency in the way build commands are run. For this reason we refer to such setups using the name @emph{VPATH builds} in the following. @emph{VPATH} is the name of the @command{make} feature used by the @file{Makefile}s to allow these builds (@pxref{General -Search, , @code{VPATH}: Search Path for All Prerequisites, make, The +Search, , @code{VPATH} Search Path for All Prerequisites, make, The GNU Make Manual}). @cindex multiple configurations, example